Your Browser Native Web Animations API Support (
Check including Polyfill
)
Supported
|
Not Supported
-
Element.animate() support
-
First parameter as array of keyframes like: [
{opacity: 1},
{opacity: 0} ]
-
First parameter as object with property arrays like: { opacity: [1, 0] }
-
Single keyframe (
Example
)
-
id
-
play()
-
pause()
-
reverse()
-
cancel()
-
finish()
-
playState
-
playbackRate
-
updatePlaybackRate
-
pending
-
currentTime/startTime
-
timeline
-
oncancel handler
-
onfinish handler
-
finished Promise
-
ready Promise
-
persist()
-
commitStyles()
-
effect (also see
KeyframeEffect constructor
)
-
getTiming()
-
getComputedTiming()
-
updateTiming()
-
getKeyframes()
-
setKeyframes()
-
Element.getAnimations()
-
KeyframeEffect constructor
-
set composite
-
set iterationComposite
-
Animation constructor
-
Document default timeline
-
document.getAnimations()
-
includes CSS Animations
-
includes CSS Transitions
-
DocumentTimeline constructor
Status updates:
Firefox
,
Chrome/Edge
,
Safari