animate.css-rails
This gem packages animate.css for the Rails 3.1+ asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'animate.css-rails', '~> 3.2.0'
And then execute:
$ bundle
Or install it yourself as:
$ gem install animate.css-rails
Add the following to your stylesheet file:
If you are using SCSS, modify your application.css.scss
:
@import 'animate';
If you're using plain CSS, modify your application.css
:
*= require animate
Usage
Checkout the documentation at: https://github.com/daneden/animate.css
Contributing
- Fork it ( http://github.com/TrevorS/animate.css-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request