Liking cljdoc? Tell your friends :D

web.cssdom.TransitionEvent

The TransitionEvent interface represents events providing information to transitions.

The TransitionEvent interface represents events providing information
to transitions.
raw docstring

animation-namecljs

(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`
sourceraw docstring

constructorcljs

(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`
sourceraw docstring

elapsed-timecljs

(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`
sourceraw docstring

init-transition-eventcljs

(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`
sourceraw docstring

property-namecljs

(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.
sourceraw docstring

pseudo-elementcljs

(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`
sourceraw docstring

set-property-name!cljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close