Open rctneil opened 1 year ago
Any suggestions or a fix for this?
@rctneil you might want to try using View Transition with the Turn js package https://github.com/domchristie/turn as of today for me it is the most reliable implementation for page transition.
Turbo has a PR merged (https://github.com/hotwired/turbo/pull/935) for it but this is not yet part of an official release
As you can see in this thread: https://discuss.hotwired.dev/t/keep-audio-playing/5400/1
It looks like View Transitions cause my
data-turbo-permanent
elements to disappear and effectively not work.I am using latest Turbo as of this post.
My View Transitions code is:
Is there a fix or solution to this?