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
The way the API is meant to be used, we could call createDocumentTransition multiple times and start multiple transitions. However, that makes it unclear what happens with the pseudo element tree (since there is only one).
For now, I'd prefer that we limit this to one transition at a time, but we can also think about what we could do with the pseudo element tree. The transition really only indicates which elements are captured and which elements are participating in the transition, so we could reuse the same pseudo element tree
The text was updated successfully, but these errors were encountered:
The spec clarifies how we deal with a trigger for concurrent transitions. Supporting multiple of these on independent DOM sub-trees is out of scope for v1.
The way the API is meant to be used, we could call createDocumentTransition multiple times and start multiple transitions. However, that makes it unclear what happens with the pseudo element tree (since there is only one).
For now, I'd prefer that we limit this to one transition at a time, but we can also think about what we could do with the pseudo element tree. The transition really only indicates which elements are captured and which elements are participating in the transition, so we could reuse the same pseudo element tree
The text was updated successfully, but these errors were encountered: