I am trying to recreate the effect seen on this site: http://zipdesign.co.uk/New-State-Entertainment. I have a basic understanding of how it works but am having trouble applying it to the site I am working on. Any help would be greatly appreciated.
+2
A:
Without looking at the source of that particular site, I'd imagine it's using the jquery scrollTo plugin.
This essentially allows you to call $(selector).scrollTo() and the page with smoothly scroll to the selected element.
Zoomzoom83
2009-10-12 05:29:22
Looking through firebug it is indeed the scrollTo plugin.
orolo
2010-10-08 20:40:17