Next.js Discord

Discord Forum

Need help with template.js

Unanswered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
Hi, I have a page transition using template.js which works fine when going from the root page to a different route, but whenever I am on a different page (example /products) and i try to do the animation, it doesn't work

4 Replies

Giant pandaOP
this is the 2nd part of the animation, the first part is handled by a custom <Link> component
the first animation plays out fine covering the screen with an element, however the animatePageIn does not fire
but when I refresh the page, it then fires okay
Giant pandaOP
ok i think i solved this, every route needs a template