A often-heard complaint about View Transitions is how it handles clip-path, border-radius, opacity, …
The snapshots fade, while you’d want the clip-path to actually animate. Also, nested elements bleed out their container because the snapshots are a flat list instead of a nested tree.
But what if we solved that? So that you’d get the following instead:
- The clip-path on the circle transitions
- The text stats clipped by the circle
That’s much better, right?