Reputation: 877
We are going to build a simple few pages html link. We want to have a page transition effect e.g fly in, fade etc on opening the clicked link. Is there any good sample codes to follow?
Upvotes: 1
Views: 6664
Reputation: 26722
Try these link, all using jquery -
NEW EDIT --
For the link ( http://www.melissahie.com/ ) that you requested is using MOTOOLS for the transition effects. Check this david walsh link to understand it better as it contains an example as well http://davidwalsh.name/dw-content/fx.explode.php.
For the Page slide efect you can aso check this link http://srobbin.com/jquery-plugins/pageslide/
Let me know if you still missing something :)
LATEST EDIT-
FOR DIAGONAL EFFECT CHECK THIS LINK--
Upvotes: 2
Reputation: 13476
These guys have some great code for doing page transitions: http://tympanus.net/codrops/
eg: http://tympanus.net/Tutorials/FullscreenSlitSlider/
Upvotes: 0