Should turbo frame changes transition with view transitions by default?
I have a frame with a form in, the form gets submitted via Stimulus every time a field is changed, I want the content inside the frame to transition but right now it’s a sudden switch. How can I get view-transitions to work?
I’ve tried adding a view-transition-name to the frame but no luck.