Hello, thanks for making this library, it's a blast 馃敟
One thing I am wondering is, would it be possible to only animate the elements inside a Turbo frame (when navigation or form submit happens and targets a frame)?
From what I understand, it doesn't look like it's possible at the moment looking at the disabling animations section. But would it be possible once that is fixed? It would help a lot as right now, the only solution I found is to disable Turn when the navigation starts, show some skeleton and then re-enable Turn when the frame is rendered.
By the way, I think there's a typo in the Tailwind usage :
<main data-turn-exit="turn-exit:animate-exit" data-turn-enter="turn-exit:animate-enter">
should be
<main data-turn-exit="turn-exit:animate-exit" data-turn-enter="turn-enter:animate-enter">
Hello, thanks for making this library, it's a blast 馃敟
One thing I am wondering is, would it be possible to only animate the elements inside a Turbo frame (when navigation or form submit happens and targets a frame)?
From what I understand, it doesn't look like it's possible at the moment looking at the disabling animations section. But would it be possible once that is fixed? It would help a lot as right now, the only solution I found is to disable Turn when the navigation starts, show some skeleton and then re-enable Turn when the frame is rendered.
By the way, I think there's a typo in the Tailwind usage :
should be