WOW
WOW copied to clipboard
contents load before animation runs
Content that is intended to fade in using WOW is visible for split sec before disappearing and then fading in. Is this normal? I notice after that the template I got that uses WOW does the same thing on its demo page.
If WOW is just for content that is off screen and scrolled to that I understand but template used it for content at top of page and I like the effect if I can stop the pre-animation load.
you need to hide the elements you want to animate. add
.wow { visibility: hidden; }
should do the trick.
Perfect, thank you. Looks right now.
Worked for me!