Reputation: 1598
I am trying to create a small site(~5 pages, largely static) and want to implement the transitioning effect achieved in massivehealth.com. I have tried to search for it but in vain. I observed that the site is using only one script and although the links suggest it is a multipage site, clicking the links show them as /#page instead of /page which suggests that they are actually part of one large page.
I would like to know what technique goes behind this exactly, so that I can learn and implement it perfectly.
Upvotes: 2
Views: 9190
Reputation: 2329
First of all, you definitely should use jQuery, since it makes the animation creation much easier. Here's how you should go about it:
If I wanted to give you code, it would take a very long time, but the whole idea behind it should be this(well, of course I hope so :D).
If you had any problems implementing this idea, do tell
Upvotes: 1