@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="TransitionEvent")
public class TransitionEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
TransitionEvent(java.lang.String type)
The TransitionEvent() constructor returns a newly created TransitionEvent, representing an event in relation with an transition.
|
TransitionEvent(java.lang.String type,
TransitionEventInit transitionEventInitDict)
The TransitionEvent() constructor returns a newly created TransitionEvent, representing an event in relation with an transition.
|
| Modifier and Type | Method and Description |
|---|---|
double |
elapsedTime()
The TransitionEvent.elapsedTime read-only property is a float giving the amount of time the animation has been running, in seconds, when this event fired.
|
java.lang.String |
propertyName() |
java.lang.String |
pseudoElement()
The TransitionEvent.pseudoElement read-only property is a DOMString, starting with '::', containing the name of the pseudo-element the animation runs on.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic TransitionEvent(@Nonnull
java.lang.String type,
@Nonnull
TransitionEventInit transitionEventInitDict)
public TransitionEvent(@Nonnull
java.lang.String type)
@JsProperty(name="elapsedTime") public double elapsedTime()
@JsProperty(name="propertyName") @Nonnull public java.lang.String propertyName()
@JsProperty(name="pseudoElement") @Nonnull public java.lang.String pseudoElement()