Web Animations

E408528

Web Animations is a web platform API that provides a unified, scriptable model for creating, controlling, and synchronizing animations in the browser.

All labels observed (5)

Label Occurrences
Web Animations API 3
Web Animations canonical 2
AnimationPlaybackEvent 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf animation API
web platform API
web standard
allows changing animation speed
controlling animation playback state
creating animations via JavaScript
pausing animations
reversing animations
seeking animations
synchronizing multiple animations
alsoKnownAs Web Animations API
linked to: Web Animations
compatibleWith requestAnimationFrame-based animation patterns
domain client-side scripting
front-end development
web development
exposesInterface Animation
AnimationPlaybackEvent
linked to: Web Animations

AnimationTimeline
DocumentTimeline
KeyframeEffect
linked to: Web Animations
goal enable high-performance scripted animations
provide consistent animation behavior across browsers
unify CSS and SVG animation models
integratesWith CSS Animations
CSS Transitions
SVG animations
provides playback control for animations
scriptable control of animations
synchronization of multiple animations
timing model for animations
unified model for animations in the browser
runsOn web browsers
specificationStatus W3C specification
standardizedBy W3C
supports CSS-based animations
JavaScript-based animations
supportsFeature composite operations for animated properties
direction controls (normal, reverse, alternate)
easing functions
end events for animations
fill modes (none, forwards, backwards, both)
iteration counts
start delay for animations
typicalUsage element.animate() method in JavaScript
usedFor UI transitions
complex timeline-based animations
micro-interactions
uses keyframes
timelines
timing functions

How these facts were elicited

Referenced by (8)

Full triples — surface form annotated when it differs from this entity's canonical label.

CSS Transitions Module relatedTo Web Animations
CSS Animations Module relatedTo Web Animations specification
linked to: Web Animations
Web APIs example Web Animations API
linked to: Web Animations
Open Web Platform hasComponent Web Animations API
linked to: Web Animations
Web Animations alsoKnownAs Web Animations API
linked to: Web Animations
Web Animations exposesInterface KeyframeEffect
linked to: Web Animations
Web Animations exposesInterface AnimationPlaybackEvent
linked to: Web Animations