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!