Are transitions and animations on Hotwire roadmap?

No. The fetch and the exit animations happen in parallel. This is beneficial as the animations can happen immediately on click, giving immediate feedback whilst the request loads. We’re only pausing on turbo:before-render, which is fired after the fetch has completed.

2 Likes

I’m looking at trying to make a generic drop in stimulus controller that I could apply to lazy loaded turbo-frames so they would have simple 2s fade in. Before I start digging around, has anyone come up with such a thing?