/animate-css-rails

Integrate animate.css assets in your Rails asset pipeline

Primary LanguageRubyMIT LicenseMIT

Animate::Css::Rails

animate.css for Rails.

Installation

Add this line to your application's Gemfile:

gem 'animate-css-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install animate-css-rails

Usage

In your application.js you will need to add this line:

//= require animate

And in your application.scss you will need to add this line:

@import "animate";

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/animate-css-rails.

License

The gem is available as open source under the terms of the MIT License.