TurbolinksTransition

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'turbolinks_transition'

And then execute:

$ bundle

Or install it yourself as:

$ gem install turbolinks_transition

Usage

Just add the id content to your 'master div', for example, in your application.html.erb:

<div class="container" id="content">
  <%= yield %>
</div>

And import the JS:

#= require jquery
#= require jquery_ujs
#= require turbolinks
#= require turbolinks_transitions
#= require_tree .

Thats it, you're now ready to roll.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request