RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Axsuul
So after perusing the github pages for pjax, it seems like you could do this:
$('#pages').bind('start.pjax', function() { $('#pages').fadeOut(1000) }).bind('end.pjax', function() { $('#pages').fadeIn(1000) });
pjax is cool and all, but what about adding transition effects?
You need to do "bundle exec" especially when doing rake tasks
So after perusing the github pages for pjax, it seems like you could do this:
pjax is cool and all, but what about adding transition effects?
You need to do "bundle exec" especially when doing rake tasks