Animation.startTime

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

Document Tags and Contributors

 Contributors to this page: paulo.brumatti, teoli, jpmedley, kscarfone
 Last updated by: paulo.brumatti,