RailsCasts Pro episodes are now free!

Learn more or hide this

Axsuul's Profile

GitHub User: Axsuul

Comments by

Avatar

So after perusing the github pages for pjax, it seems like you could do this:

javascript
$('#pages').bind('start.pjax', function() {
  $('#pages').fadeOut(1000) 
}).bind('end.pjax', function() { 
  $('#pages').fadeIn(1000) 
});
Avatar

pjax is cool and all, but what about adding transition effects?

Avatar

You need to do "bundle exec" especially when doing rake tasks