Skip to content

The simplest JS library used to animate conent when scrolling a page!

License

Notifications You must be signed in to change notification settings

buzinas/animate-on-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AoS

Reveal CSS animations when scrolling down a page. Combine it with animate.css animations.

Demo

http://buzinas.github.io/animate-on-scroll

Benefits

  • The smallest (less than 1KB) and simplest (no configuration needed) library for that purpose

Version

  • 2.1.0

Dependencies

Basic usage

  1. Include an aos attribute into the tags you want to animate
  2. You can set it with any of the animate.css available animations
  3. The library will automatically reveal the animations when the element is visible
<section aos="pulse"></section>
<span aos="fadeIn"></section>

Setting the aos attribute to random

Let the library choose a random animation for you!

<div aos="random"></div>
<div aos="random"></div>

About

The simplest JS library used to animate conent when scrolling a page!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published