Can someone help me with this thanks :)

EmailMaster

Elite Member
Joined
May 28, 2011
Messages
4,140
Reaction score
1,210
Hi,

Im looking to get some help, im trying to replicate this effect on my website http://www.templatemonster.com/demo/38234.html

When you click the about page or any page really the page flies in onto the page. I was wondering if anyone had any idea how to do it or a tutorial how to do it. Also i think its done in JQuery.

Thanks
 
yeah that is really cool. thanks for making me aware
 
It's partial postback done in jQuery. The page fetches the content by ajax and uses jquery to animate it. They also have easing plugin enabled, so you see it pretty smooth...
 
The page fetches the content by ajax and uses jquery to animate it.

The site is static.. No AJAX going on :) If you browse the source code, you will notice that each page is actually a list item, with the content predefined. It's best practice to use AJAX if you have a lot of content, but if you've only got a small amount of text / images like the demo it probably adds an unnecessary loading time - as it has to make a HTTP request to the server every time you try to fetch data.
 
Have a look at Jquery Supersized!!! its free and does exactly what you are looking for.
 
Back
Top