Is it possible to create a webkit page animation such that when I click a link to go to a different page, I can do a left-right wipe or right-left wipe of the new page of content, with two separate HTML files and no AJAX? Just something to fancy up the link for special cases?
So, for those who have a webkit-enabled browser, the link gets fancy. For those without, it acts like a regular link.
Bonus — also getting it to work with mozilla page animation too.
You’d have to essentially “fade to white” in between doing it this way, but it’s close.