Skip to content

Integrate animate.css assets in your Rails asset pipeline.

License

Notifications You must be signed in to change notification settings

inventit/animate-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animate::Rails

animate.css for Rails.

animate-rails also includes utility javascript function which detects the animation end described here.

Installation

Add this line to your application's Gemfile:

gem 'animate-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install animate-rails

Usage

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

*= require animate

If you want to use the utility javascript function, you will need to add this line in your application.js:

//= require animate

Contributing

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

License

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

About

Integrate animate.css assets in your Rails asset pipeline.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published