View transition api and solid start
Has anybody gotten view transition api working reliably with solid router? I tried following code but it doesnt work always for some reason.
7 Replies
Do you know when exactly it doesn't work?
My implementation looks similar and it works fine
It works like 70% of the time on routing. I have no idea on what situations it fails.
This is my solution and it works...
I am not at my computer rn so can't really dig deeper
Thanks a lot. With your code it works pretty much always.
Oohh I would like to use this too! Where do I place this code? In app.tsx as a comp?
I wrapped props.children with this component in app.tsx. Desktop works for the most part but i am still having issues with mobile browsers
Thanks man!!