This was so helpful to me. Cyd is the VT GOAT.
I now get that `::view-transition-group` is what you target to fiddle with the *size and movement* during the transition.
And the -old and -new ones are the individual elements and what you need to deal with for funky aspect ratios and whatnot.
Chris Coyier
When @chriscoyier.net asks you to write an article, you say yes! 🙌 master.dev/blog/demysti...
Each pseudo element plays a distinct role in how the view transition animates. The browser does most of the heavy lifting though, which makes it a little hard to see what’s actually happening under th...