Skip to content

thyforhtian/turbolinks_transitions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easily add an awesome fade effect to turbolinks page changes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published