Skip to content

Jquery easing plugin integration with asset pipeline for Rails 3.1+

License

Notifications You must be signed in to change notification settings

rocsci/jquery-easing-rails

Repository files navigation

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

About

Jquery easing plugin integration with asset pipeline for Rails 3.1+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages