This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage 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 specification changes.
The AnimationEffectTimingReadOnly interface of the Web Animations API is comprised of timing properties.
This object is returned by the timing attribute of a KeyframeEffectReadOnly and AnimationEffectReadOnly interfaces.
While this object is read-only, it is inherited by the mutable AnimationEffectTiming interface associated with KeyframeEffect.
AnimationEffectTimingReadOnly.delayRead only
0.AnimationEffectTimingReadOnly.directionRead only
normal), backwards (reverse), switches direction after each iteration (alternate), or runs backwards and switches direction after each iteration (alternate-reverse). Defaults to normal.AnimationEffectTimingReadOnly.durationRead only
0.AnimationEffectTimingReadOnly.easingRead only
linear, ease, ease-in, ease-out, and ease-in-out, or a custom cubic-bezier value like cubic-bezier(0.42, 0, 0.58, 1). Defaults to linear.AnimationEffectTimingReadOnly.endDelayRead only
0.AnimationEffectTimingReadOnly.fillRead only
backwards), retained after the animation has completed playing (forwards), or both. Defaults to none.AnimationEffectTimingReadOnly.iterationStartRead only
AnimationEffectTimingReadOnly.iterationsRead only
1, and can also take a value of infinity to make it repeat infinitely.| Specification | Status | Comment |
|---|---|---|
| Web Animations The definition of 'AnimationEffectTimingReadOnly' in that specification. | Working Draft | Editor's draft. |
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | No support | No support | No support | No support | No support |
| Feature | Android | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | No support | No support | No support | No support | No support | No support | No support | No support |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/AnimationEffectTimingReadOnly