Open piotrkulpinski opened 1 month ago
Hi,
I'm trying to implement custom view transitions similar to the one I've implemented on OpenAlternative website.
I was using Remix at that site, and they have a nice helper hook to check the state of the transitions and only apply transition styles if it's active: https://remix.run/docs/en/main/hooks/use-view-transition-state
Is it also possible in next-view-transitions package?
next-view-transitions
Without this, all of the transitions get triggered simultaneously at the page which creates weird effects: https://share.cleanshot.com/C0mPB6m1
Thanks!
Sounds like something nice to have 👍 open to accept PRs for this one.
Hi,
I'm trying to implement custom view transitions similar to the one I've implemented on OpenAlternative website.
I was using Remix at that site, and they have a nice helper hook to check the state of the transitions and only apply transition styles if it's active: https://remix.run/docs/en/main/hooks/use-view-transition-state
Is it also possible in
next-view-transitions
package?Without this, all of the transitions get triggered simultaneously at the page which creates weird effects: https://share.cleanshot.com/C0mPB6m1
Thanks!