graingert / WOW

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

Only load animations on window focus #8

Open dongepulango opened 7 years ago

dongepulango commented 7 years ago

I want to load the animation only when the window or tab is focused. I don't want the animations to star immediately when I open the page on a new tab. Is there a way to do that? Thanks in advance.

tmfksoft commented 7 years ago

I have no idea if there's a way to do this as part of wow.js, My suggestion would be to init wow.js on focus if you wanted that functionality. You'd want to ensure you only init it once though, otherwise it would retrigger the animations every time the tab gets focused.