user837306
user837306

Reputation: 877

Page transition scripts

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

Answers (2)

swapnesh
swapnesh

Reputation: 26722

Try these link, all using jquery -

Link 1

Link 2

Link 3

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--

http://www.queness.com/post/356/create-a-vertical-horizontal-and-diagonal-sliding-content-website-with-jquery

Upvotes: 2

Matthew Lock
Matthew Lock

Reputation: 13476

These guys have some great code for doing page transitions: http://tympanus.net/codrops/

eg: http://tympanus.net/Tutorials/FullscreenSlitSlider/

Upvotes: 0

Related Questions