Dom.AnimationEvent
type t = Dom.animationEvent
include sig ... end
val bubbles : t -> bool
val cancelable : t -> bool
val composed : t -> bool
val currentTarget : t -> Dom.eventTarget
val defaultPrevented : t -> bool
val eventPhase : t -> Webapi__Dom__Types.EventPhase.t
val target : t -> Dom.eventTarget
val timeStamp : t -> float
val type_ : t -> string
val isTrusted : t -> bool
val preventDefault : t -> unit
val stopImmediatePropagation : t -> unit
val stopPropagation : t -> unit
val make : string -> t
val makeWithOptions : string -> < .. > Js.t -> t
val animationName : t -> string
val elapsedTime : t -> float
val pseudoElement : t -> string