category
View Transitions
View Transitions API: nested groups, element-scoped, waitUntil, pseudos, finished promise.
6 of 6 demos built, across 4 releases.
Chrome 144 (1)
-
ViewTransitions waitUntil() method
The ViewTransition automatically constructs a pseudo-element tree to display and animate participating elements in the transition. Per spec, this subtree is constructed when the view transition starts animating and is de...
Chrome 142 (1)
-
::view-transition position absolute
View Transition feature uses a pseudo sub-tree of the element, with ::view-transition being the root of that transition. Previously ::view-transition element was specified to have a position: fixed. CSSWG made a decision...
Chrome 140 (3)
-
Nested view transitions groups
Allow view-transitions to generate a nested pseudo-element tree rather than a flat one. This allows the view transition to appear more in line with its original elements and visual intent, as it enables clipping, nest...
-
View transition pseudos inherit animation-delay.
View Transitions project adds a tree of pseudo elements that have various animations applied to them. For ease of development and customization some niceties are provided, such as inheriting animation-duration. This f...
-
View Transitions: Inherit more animation properties
Similar to https://chromestatus.com/feature/5424291457531904, which inherited animation-delay, this feature adds more animation properties to inherit through the view transition pseudo tree based on resolution in https:/...
Chrome 137 (1)
-
view-transition-name: match-element
'match-element' generates a unique id based on the element's identity and renames the same for this element. This is used in Single Page App cases where the element is being moved around and the desire is to animate it w...