README.md in animatecss-0.0.7 vs README.md in animatecss-0.0.8

- old
+ new

@@ -1,6 +1,6 @@ -# Animatecss +# Animatecss ### <a href="https://travis-ci.org/globalxolutions/animatecss"><img src="https://travis-ci.org/globalxolutions/animatecss.svg?branch=master"></a> Adds animatecss library goodies to your pipeline. @@ -19,22 +19,27 @@ $ bundle install Or install it yourself as: $ gem install animatecss - + Add it to the application.css.scss (Ruby on Rails): *= require animate - + +Add it to your application.js + //= require animatecss + ## Usage To use animate.css in your app, add the class `animated` to an element, along with any of the animation names. That's it! You've got a CSS animated element. Super! You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery with ease: ```javascript $('#yourElement').addClass('animated bounceOutLeft'); +or +$('#yourElement').animateCss('bounce'); ``` You can change the duration of your animations, add a delay or change the number of times that it plays! ```css