tags:

views:

67

answers:

1

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
Looking through firebug it is indeed the scrollTo plugin.
orolo