CSS Animation
Complex method of animating certain properties of an element
CSS @scroll-timeline
CSS property that allows animations to be driven by a container's scroll position
Web Animations API
Lets you create animations that are run in the browser, as well as inspect and manipulate animations created through declarative means like CSS.
CSS will-change property
Method of optimizing animations by informing the browser which elements will change and what properties will change.
animation api: browsers automatically remove indefinite filling animations
document api: getanimations
element api: `animationstart` event
element api: getanimations
shadowroot api: getanimations
svgsvgelement api: animationspaused
svgsvgelement api: pauseanimations
svgsvgelement api: unpauseanimations
css property: clip-path: animations
headers http header: feature-policy: layout-animations
14 results found.