The AnimationPlaybackEvent interface of the Web Animations API animation events.
The AnimationPlaybackEvent interface of the Web Animations API animation events.
(current-time this)
Property.
[Read Only] [Experimental]
The currentTime read-only property of the web.animation.AnimationPlaybackEvent
represents the current time of the animation that generated the
at the moment the event is queued. This will be unresolved if
animation was idle at the time the event was generated.
See also: https://developer.mozilla.org/en-US/docs/Web/API/AnimationPlaybackEvent/currentTime
Property. [Read Only] [Experimental] The currentTime read-only property of the `web.animation.AnimationPlaybackEvent` represents the current time of the animation that generated the at the moment the event is queued. This will be unresolved if animation was idle at the time the event was generated. See also: `https://developer.mozilla.org/en-US/docs/Web/API/AnimationPlaybackEvent/currentTime`
(timeline-time this)
Property.
[Read Only] [Experimental]
The timelineTime read-only property of the web.animation.AnimationPlaybackEvent
represents the time value of the animation's timeline
at the
the event is queued. This will be unresolved if the animation
not associated with a timeline at the time the event was generated
if the associated timeline was inactive.
See also: https://developer.mozilla.org/en-US/docs/Web/API/AnimationPlaybackEvent/timelineTime
Property. [Read Only] [Experimental] The timelineTime read-only property of the `web.animation.AnimationPlaybackEvent` represents the time value of the animation's `timeline` at the the event is queued. This will be unresolved if the animation not associated with a timeline at the time the event was generated if the associated timeline was inactive. See also: `https://developer.mozilla.org/en-US/docs/Web/API/AnimationPlaybackEvent/timelineTime`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close