Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 594 Bytes

Jquery easing plugin for Rails 3.1+ asset pipeline. Check out it in action on awesome http://easings.net/

Installation

First, put this line in your Gemfile:

gem 'jquery-easing-rails'

_Don't forget to add jquery-rails gem into your Gemfile.

Then run bundle install to update your application's bundle.

Now you need to edit your app/assets/javascripts/application.js file and add the following line:

//= require jquery.easing

And you're done!

License

The MIT License