Skip to content

miradontsoa/scrollreveal-anim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

scrollreveal-anim

A set of ScrollReveal.js Animations

Installation

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>

Usage

In your HTML file, just add on of the following classes to an element :

  • sr-up-td1 Fade in up animation
  • sr-down-td1 Fade in down animation
  • sr-zoomin-td1 Zoom in animation
  • sr-zoomout-td1 Zoom out animation

XX-td1 means 100ms reveal time delay and XX-td4 equals to 400ms reveal time delay (until XX-td10)

About

ScrollReveal Animation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published