Open yanggengzhen123 opened 6 months ago
I don't really understand what you're asking. do you have a code sample?
Only problem is that it will only show the animation on the first visit on every page (or again after a refresh), but when navigating to a page more than once it seems to remember that it already did the animation and is not doing the animation again. Probably something todo with how nuxt/vue is rendering the DOM.. Not sure if there is a fix for that problem.. link: https://github.com/michalsnik/aos/issues/794
how can i refresh the animation when i change navigating again? aos.refresh
is not work
I was experiencing the same issue on the latest v1.2.5, and ended up fixing it by ensuring my page has a "single root component" (as Nuxt warns in the browser console upon transition). Might help!
I was experiencing the same issue on the latest v1.2.5, and ended up fixing it by ensuring my page has a "single root component" (as Nuxt warns in the browser console upon transition). Might help!
@yanggengzhen123 did this help?
nuxt3 option set once: true, first render page no problem but not work after change router. my requirement is make a effectiveness again after change router again, thanks