The TransitionEvent interface represents events providing information to transitions.
The TransitionEvent interface represents events providing information to transitions.
(animation-name this)
Property.
[Read Only] [Experimental]
The TransitionEvent.transitionName read-only property is a web.DOMString
the name of the CSS property associated with the transition.
name = TransitionEvent.transitionName
See also: https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/animationName
Property. [Read Only] [Experimental] The TransitionEvent.transitionName read-only property is a `web.DOMString` the name of the CSS property associated with the transition. `name = TransitionEvent.transitionName` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/animationName`
(constructor & args)
Constructor.
The TransitionEvent() constructor returns a newly created web.cssdom.TransitionEvent
, representing an event in relation with an transition.
See also: https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/TransitionEvent
Constructor. The TransitionEvent() constructor returns a newly created `web.cssdom.TransitionEvent`, representing an event in relation with an transition. See also: `https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/TransitionEvent`
(elapsed-time this)
Property.
[Read Only] [Experimental]
The TransitionEvent.elapsedTime read-only property is a float
the amount of time the animation has been running, in seconds,
this event fired. This value is not affected by the transition-delay
name = TransitionEvent.elapsedTime
See also: https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/elapsedTime
Property. [Read Only] [Experimental] The TransitionEvent.elapsedTime read-only property is a float the amount of time the animation has been running, in seconds, this event fired. This value is not affected by the `transition-delay` `name = TransitionEvent.elapsedTime` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/elapsedTime`
(init-transition-event this
type-arg
can-bubble-arg
cancelable-arg
transition-name-arg
elapsed-time-arg)
Method.
[Deprecated] [Non Standard]
The TransitionEvent.initTransitionEvent() method Initializes
transition event created using the deprecated Document.createEvent(\"TransitionEvent\")
transitionEvent.initTransitionEvent(typeArg, canBubbleArg, cancelableArg, transitionNameArg, elapsedTimeArg);
See also: https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/initTransitionEvent
Method. [Deprecated] [Non Standard] The TransitionEvent.initTransitionEvent() method Initializes transition event created using the deprecated `Document.createEvent(\"TransitionEvent\")` `transitionEvent.initTransitionEvent(typeArg, canBubbleArg, cancelableArg, transitionNameArg, elapsedTimeArg);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/initTransitionEvent`
(property-name this)
Property.
Is a DOMString containing the name CSS property associated with transition.
Property. Is a DOMString containing the name CSS property associated with transition.
(pseudo-element this)
Property.
[Read Only] [Experimental]
The TransitionEvent.pseudoElement read-only property is a web.DOMString
,
with '::', containing the name of the pseudo-element the animation
on. If the transition doesn't run on a pseudo-element but on
element, an empty string: ''.
name = TransitionEvent.pseudoElement
See also: https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/pseudoElement
Property. [Read Only] [Experimental] The TransitionEvent.pseudoElement read-only property is a `web.DOMString`, with '::', containing the name of the pseudo-element the animation on. If the transition doesn't run on a pseudo-element but on element, an empty string: ''. `name = TransitionEvent.pseudoElement` See also: `https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/pseudoElement`
(set-property-name! this val)
Property.
Is a DOMString containing the name CSS property associated with transition.
Property. Is a DOMString containing the name CSS property associated with transition.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close