graingert / WOW

Reveal CSS animation as you scroll down a page

Home Page:https://wowjs.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOW in Vue

EagleSoap opened this issue · comments

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.