View Transitions (cross-document)
Provides a mechanism for easily creating animated transitions between different DOM states, while also updating the DOM contents in a single step. This API is specific to cross-document transitions.
CSS3 Transitions
Simple method of animating certain properties of an element, with ability to define property, duration, delay and timing function.
View Transitions API (single-document)
Provides a mechanism for easily creating animated transitions between different DOM states, while also updating the DOM contents in a single step. This API is specific to single-document transitions.
element api: `transitionstart` event
css property: transition-behavior: transitions `content-visibility` property when set to `allow-discrete`
css property: transition-behavior: transitions `display` property when set to `allow-discrete`
12 results found.