Skip to content

spaul81/scrollAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scrollAnimationjs

Reveal CSS animation as you scroll down a page. It use animate.css animations.

Version

1.0.0 Alpha

License

MIT license

Documentation

Dependencies

Installation

  • NPM
   npm install https://github.com/spaul81/scrollAnimation.git

Usage

  • HTML
  <section class="is-animated slideInLeft" animation-delay=".1s"></section>
  <section class="is-animated slideInRight"></section>
  • JavaScript
$('.is-animated').scrollAnimation({
    // Options
        animationDelay: ".0s"
    });

About

CSS animation as you scroll down a page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors