Calling all MPA View Transitions experimenters!

Looking for your stance on https://github.com/noamr/view-transitions/blob/activation-exp/navigation-activation-explainer.md

`activationInfo` gives you quick access to the navigation type/to/from on the new page, so that you can alter the VT just before it runs.

Something you need or not?

view-transitions/navigation-activation-explainer.md at activation-exp · noamr/view-transitions

Contribute to noamr/view-transitions development by creating an account on GitHub.

GitHub
@bramus I'm not sure if this is apropos, but what's really frustrating about the MPA implementation at the moment is the situation with scroll offsets. `onpagereveal` and `activationInfo` could be useful if they allowed us to override the default body scroll distance for purposes of an animation, or avoid animating if we had enough info to know that we were returning to a deeply scrolled position.

@slightlyoff All feedback is welcomed :)

And yes, I feel your pain. Ran into exactly the same issue just last week.