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
By iterating over all of the document element's running animations and getting their name + pseudo-element, the author can match a pseudo-element to a name.
This is sometimes necessary, as the animation name is the only way to set an animation on a pseudo-element, and view transition pseudo-elements with the same class still have separate generated animations.
I believe that the value in obfuscating the generated view transition names is more trouble than its worth, and doesn't really work.
We should consider undoing the obfuscation and have these strings be explicit implementation-defined unguessable idents that can be used like any view-transition pseudo-element name.