You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good if the reserved auto keyword could be leveraged here to do this:
.card { view-transition-name: auto; }
or such.
One concern that was brought up is that it wouldn't be possible to automatically to do this for cross-document transitions, but I doubt that is a significant issue, but this is pretty useful by itself even just for single-page ones.
This type of CSS isn't particularly great for single page transitions:
It would be good if the reserved
auto
keyword could be leveraged here to do this:.card { view-transition-name: auto; }
or such.
One concern that was brought up is that it wouldn't be possible to automatically to do this for cross-document transitions, but I doubt that is a significant issue, but this is pretty useful by itself even just for single-page ones.
cc @khushalsagar @vmpstr @noamr @fantasai @jensimmons
The text was updated successfully, but these errors were encountered: