views:

21

answers:

2

Does anyone know any jquery script examples to show a full page/content website that scrolls horizontally using scrollTo and easing?

+1  A: 

A long time ago I used this effect here: http://tudimojemesto.si/

Apparently the script I used was jquery.localscroll.js --> http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html

From what I remember (been a few years) this wasn't very complicated to implement even though this was probably my first or second jQuery project.

Swizec Teller