Module Dom.TransitionEvent
include sig ... end
val cancelable : t -> boolval defaultPrevented : t -> boolval eventPhase : t -> Webapi__Dom__Types.EventPhase.tval timeStamp : t -> floatval isTrusted : t -> boolval preventDefault : unit -> tval stopPropagation : unit -> tval makeWithOptions : string -> < .. > Js.t -> tval propertyName : t -> stringval elapsedTime : t -> floatval pseudoElement : t -> string