matthieua / WOW

Reveal CSS animation as you scroll down a page
https://www.delac.io/WOW/
9.91k stars 4.12k forks source link

animate it back on scroll up #257

Open ganeshrahul opened 8 years ago

ganeshrahul commented 8 years ago

When i scroll down it animates no issues on that Is there any way to animate it again when i scroll UP

graingert commented 8 years ago

@ganeshrahul works for me on https://wow.js.org https://gfycat.com/ExaltedJovialCockatoo

jlmakes commented 7 years ago

"Is there any way to animate it again when i scroll UP"

I do not believe this feature exists.

When used as advertised, WOW uses the CSS keyframe animations of Animate.css, which unlike CSS transitions, do not easily reset/replay.

Plus, imagine a bounceIn animation for example, even if you could toggle the animation, you wouldn't simply want that to play in reverse... you'd want to use a bounceOut (or a simple fadeOut).

garbinmarcelo commented 5 years ago

any news?