Web Animations API
animate()`, that lets developers create, control, and sequence animations programmatically with the same rendering engine used by CSS animations and transitions.
7 resources across 3 libraries
Glossary Terms(5)
Angular Signals
Angular Signals is a reactivity system built into Angular that wraps values in trackable containers so the framework can detect exactly which parts of a compon…
Vue 3 Composition API
The Composition API is a set of function-based APIs introduced in Vue 3, most notably setup(), ref(), and reactive(), that let developers organize a component'…
Lit (framework)
Lit is a lightweight JavaScript library, maintained by Google, for building Web Components using reactive properties, declarative templates, and efficient DOM…
Shoelace
Shoelace (now developed as Web Awesome) is an open-source library of ready-made, framework-agnostic UI Web Components — buttons, dialogs, dropdowns, form contr…
Web Animations API
The Web Animations API (WAAPI) is a native browser JavaScript interface, most commonly accessed via `Element.animate()`, that lets developers create, control,…