TurbolinksTransition
Just read this.
Installation
Add this line to your application's Gemfile:
gem 'turbolinks_transitions'
And then execute:
$ bundle
Or install it yourself as:
$ gem install turbolinks_transitions
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request