All specs
W3C Web AnimationsW3CShould KnowProduct

Web Animations API

Browser Platform·World Wide Web Consortium
WHY YOU NEED THIS

The bridge between CSS animations and JavaScript control. Required for complex choreography, scroll-driven animations, and animation libraries (GSAP, Motion One) that target this API.

What It Defines

Unifies CSS Animations, CSS Transitions, and programmatic animation under one API. Defines the Animation interface, KeyframeEffect, animation timelines, playback control (play, pause, reverse, playbackRate), and the relationship between CSS and JS animation models.

Canonical (Normative)

Convenient (Practical)

animationcsskeyframesbrowserrendering
Standards Body
World Wide Web Consortium

Publishes web platform specs including CSS, accessibility, security policies, Service Workers, Web App Manifest, and many browser APIs. Also maintains some versioned HTML/DOM specs.

Visit

Related Specs

W3C CSS SnapshotW3CMust Know

CSS

CSS drives all visual layout. Key modules: Grid, Flexbox, Custom Properties, Cascade layers, Container Queries. The snapshot identifies what's stable vs experimental.

ProductBrowser Platform
Details
WHATWG DOM LSWHATWGMust Know

DOM

Every frontend framework (React, Vue, Svelte) ultimately produces DOM operations. Understanding the event model and tree structure prevents subtle bugs.

ProductBrowser Platform
Details