Joined February 2014
·

Christopher Knight

Denver
·
·

Thanks for the response. Yeah I continued with it, using turbolinks and got further down the rabbit hole.

I found out that turbolinks does not save the window.referrer so I could not bind the next transition based on the referrer. I tried setting a global js variable, but the way the turbolinks/coffeescript was set up was overwriting the variable every transition. Back to the drawing board. I think I will add meta-tags to specific links and use those to bind which transition I will bind.

Thanks for the response. & once again, thanks for the OP.

Hey Great post! Thanks. I am wondering if you can think of a way to bind the transitions differently, based on the page that is being changed.

For example, If I am on a homepage and go to projects index it will slideInRightBig & going back home will slideInLeftBig.

However if I select a project show from the index, the index will slideOutDownBig & going back to index will slideInUpBig - any thoughts?

Achievements
48 Karma
0 Total ProTip Views