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.
Syntax
var startTime = element.startTime; element.startTime = someValue;
Specifications
| Specification | Status | Comment |
|---|---|---|
| Web Animations 1.0 The definition of 'startTime' in that specification. |
Working Draft |
See also
AnimationPlayerfor other methods and properties you can use to control web page animation.AnimationPlayer.currentTimefor the current time of the animation.