A set of ScrollReveal.js Animations
Add ScrollReveal.js first to your script list via CDN or download it from ScrollReveal.js
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
Then add scrollreveal-anim.js
<script src="PATH_TO/scrollreveal-anim.js"></script>
In your HTML file, just add on of the following classes to an element :
sr-up-td1
Fade in up animationsr-down-td1
Fade in down animationsr-zoomin-td1
Zoom in animationsr-zoomout-td1
Zoom out animation
XX-td1
means 100ms reveal time delay and XX-td4
equals to 400ms reveal time delay (until XX-td10
)