Showcase of AOS plugin, that animates elements on scroll https://github.com/michalsnik/aos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="container"> | |
<p><a href="https://en.wikipedia.org/wiki/Red"> | |
RED | |
</a></p> | |
<p><a href="https://en.wikipedia.org/wiki/Blue"> | |
BLUE | |
</a></p> |
This example shows how to detect when the user has scrolled into a position and then enable an animation. This one scrolls in content from the left
Forked from Simon Codrington's Pen CSS animations on scroll - Slide in from left.