All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.dom.event.TransitionEvents.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.event

import scala.scalajs.js

/**
  * Created by ldaniels on 12/14/16.
  */
@js.native
trait TransitionEvents extends js.Object {

  /**
    * The event occurs when a CSS transition has completed
    */
  def transitionend: Boolean = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy