All Projects → caarlos0-graveyard → turbolinks_transitions

caarlos0-graveyard / turbolinks_transitions

Licence: MIT license
Easily add an awesome fade effect to turbolinks page changes.

Programming Languages

ruby
36898 projects - #4 most used programming language
coffeescript
4710 projects

NOTE: This gem is not actively maintained anymore. Check out nprogress-rails instead.

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

  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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].