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
Notice here that this creates a dynamic view-transition-name per anchor. I don't think there is a way to then style these transitions old/new views. You can't currently do:
::view-transition-old(post-*) {
animation: fade 0.2s linear forwards;
}
Maybe there's another/better way to do this?
The text was updated successfully, but these errors were encountered:
This blog post explains how you might add separate view-transition-names when operating on a list. Like so:
Notice here that this creates a dynamic
view-transition-name
per anchor. I don't think there is a way to then style these transitions old/new views. You can't currently do:Maybe there's another/better way to do this?
The text was updated successfully, but these errors were encountered: