CSS Animation
Complex method of animating certain properties of an element
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
11 results found.