SyntheticTransitionEvent

slinky.web.SyntheticTransitionEvent
trait SyntheticTransitionEvent[+TargetType] extends SyntheticEvent[TargetType, TransitionEvent]

Attributes

Graph
Supertypes
trait SyntheticEvent[TargetType, TransitionEvent]
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isDefaultPrevented(): Boolean

Attributes

Inherited from:
SyntheticEvent
def isPropagationStopped(): Boolean

Attributes

Inherited from:
SyntheticEvent
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def preventDefault(): Unit

Attributes

Inherited from:
SyntheticEvent
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def stopPropagation(): Unit

Attributes

Inherited from:
SyntheticEvent
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val elapsedTime: Float
val propertyName: String
val pseudoElement: String

Inherited fields

val `type`: String

Attributes

Inherited from:
SyntheticEvent
val bubbles: Boolean

Attributes

Inherited from:
SyntheticEvent
val cancelable: Boolean

Attributes

Inherited from:
SyntheticEvent
val currentTarget: TargetType

Attributes

Inherited from:
SyntheticEvent
val defaultPrevented: Boolean

Attributes

Inherited from:
SyntheticEvent
val eventPhase: Int

Attributes

Inherited from:
SyntheticEvent
val isTrusted: Boolean

Attributes

Inherited from:
SyntheticEvent
val nativeEvent: TransitionEvent

Attributes

Inherited from:
SyntheticEvent
val target: TargetType

Attributes

Inherited from:
SyntheticEvent
val timeStamp: Int

Attributes

Inherited from:
SyntheticEvent