NOTE: This is a fork of the original react-animate-on-scroll by dbramwell and has been modified to meet articulate's needs. React component to animate elements on scroll with animate.css. Inspired by React-Scroll-Effect Demo Install: npm install articulate-react-animate-on-scroll --save ...
npm install react-animate-on-scroll --save If you want to use the animations from animate.css, be sure to include animate.css in someway in your projectThis can be done in a number of ways, eg: npm install --save animate.css