Anyone here have decent experience with view transitions?
I'm wondering if, you have a long transition on the root, that it won't block all interaction even when shorter groups run?
I found a work around using custom properties, where all the view transitions use a
--vt-speed
--vt-speed
custom prop for their duration, and then when different functions are used to trigger specific view transitions, that function sets the custom property to the desired speed, but it feels like there should be a better way?
If it's all kinda confusing, I made a video explaining the issue with a demo