This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
The Animation
.startTime
property returns or sets the scheduled time when an animation's playback should begin.
SyntaxEdit
var startTime = element.startTime; element.startTime = someValue;
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
Web Animations 1.0 The definition of 'startTime' in that specification. |
Working Draft |
See alsoEdit
AnimationPlayer
for other methods and properties you can use to control web page animation.AnimationPlayer.currentTime
for the current time of the animation.