rnosov / react-reveal

Easily add reveal on scroll animations to your React app
https://www.react-reveal.com/
MIT License
2.72k stars 180 forks source link

Cascade Left animates from the bottom up instead of top down #80

Open sowhatdoido opened 4 years ago

sowhatdoido commented 4 years ago

If you look at the example on the react-reveal website: https://www.react-reveal.com/examples/

Check Cascade and watch the animation from the left.

Expected Behavior: Animates coming in from the left, from top to bottom.

Actual Behavior: Animates coming in from the left, from bottom to top.

Is this expected behavior, or is this incorrect?

sowhatdoido commented 4 years ago

The interesting thing is that mirror will help you solve the problem if you need a temporary solve:

Set the animation to always come in from the right for top down, then if you want the animation to start from the left, add mirror.