graingert / WOW

Reveal CSS animation as you scroll down a page
https://wowjs.uk
Other
1.61k stars 1.54k forks source link

WOW in Vue #57

Closed EagleSoap closed 9 months ago

EagleSoap commented 1 year ago

Hello author, In an asynchronous request in Vue, when I jump back to the previous page, WOW has no way to execute the animation immediately, but needs to have a scroll before the animation is executed. Is there a way to perform CSS animation immediately after initialization? I've tried it in mounted(), activated(), and $nextTick(), and I can't perform CSS animations immediately after returning to the previous page.