WOW icon indicating copy to clipboard operation
WOW copied to clipboard

contents load before animation runs

Open pemkaleo opened this issue 6 years ago • 3 comments

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.

pemkaleo avatar Oct 05 '18 02:10 pemkaleo

you need to hide the elements you want to animate. add .wow { visibility: hidden; } should do the trick.

MichaelHabib avatar Nov 07 '18 07:11 MichaelHabib

Perfect, thank you. Looks right now.

pemkaleo avatar Nov 07 '18 17:11 pemkaleo

Worked for me!

mattsonnhalter avatar Dec 05 '18 20:12 mattsonnhalter