An easy way to add scrollreveal animations to HTML elements using pure CSS and JavaScript.
Demo: https://codepen.io/Dibb/pen/yRrZej
How to use:
- Add the class "fade" to the desired elements;
- Add the appropriate class ("from-top", "from-right", "from-bottom" or "from-left"), to each "fade" class element according with the desired orientation.
- In the .css file adjust the ".fade", ".fade.in" and "from-*" class properties according to the desired configuration.