View Transition Classes #321
Labels
from: Google
Proposed, edited, or co-edited by Google.
position: support
topic: css
Spec relates to CSS (Cascading Style Sheets)
venue: W3C CSS WG
WebKittens
@nt1m
Title of the spec
View Transition Classes
URL to the spec
https://drafts.csswg.org/css-view-transitions-2/#view-transition-class-prop
URL to the spec's repository
https://github.com/w3c/csswg-drafts/
Issue Tracker URL
No response
Explainer URL
https://github.com/vmpstr/web-proposals/blob/main/explainers/view-transition-classes.md
TAG Design Review URL
w3ctag/design-reviews#938
Mozilla standards-positions issue URL
mozilla/standards-positions#988
WebKit Bugzilla URL
https://bugs.webkit.org/show_bug.cgi?id=275486
Radar URL
No response
Description
This feature introduces a new CSS property view-transition-class which allows the developer to specify one or more view transition classes. The developer can then select the ViewTransition pseudo elements using these classes (e.g.
::view-transition-group(*.class)
).This is an extension to the ViewTransition API that simplifies styling of view transition pseudo elements in a similar way that CSS classes simplify styling of regular DOM elements.
The text was updated successfully, but these errors were encountered: