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
In View Transitions 2 there is a feature called “Nested View Transitions”. While the feature itself has its value, the term might give authors the wrong idea about what it is actually about: it is not about calling document.startViewTransition from within another document.startViewTransition, but it is about the pseudo trees getting nested.
I think a better name for the feature - one that more clearly conveys the message – is necessary here.
Some candidates:
“Nested Pseudo Trees”
“Nested View Transition Groups”
…
The “Nested View Transition Groups” suggestion from that list is my favorite, as it links back to the view-transition-group property name which is used to enable the behavior.
The text was updated successfully, but these errors were encountered:
In View Transitions 2 there is a feature called “Nested View Transitions”. While the feature itself has its value, the term might give authors the wrong idea about what it is actually about: it is not about calling
document.startViewTransition
from within anotherdocument.startViewTransition
, but it is about the pseudo trees getting nested.I think a better name for the feature - one that more clearly conveys the message – is necessary here.
Some candidates:
The “Nested View Transition Groups” suggestion from that list is my favorite, as it links back to the
view-transition-group
property name which is used to enable the behavior.The text was updated successfully, but these errors were encountered: