Dude, how come you never set up a mooshell/jsfiddle.net with the working
example, even though we're always telling you to?
It's more likely someone will help you out when there's a mooshell/jsfiddle.net
link attached.
On 11 Mar 2010, at 13:58, hamburger wrote:
> Hello I'am using on one page two SmoothScrolls.
> the first i define with:
> var tatta = new SmoothScroll({duration:500});
>
> the second with:
> var mySmmotth = new SmoothScroll({ duration:1000,offset: {'x': 0,'y':
> -40}}, window).toElement(this.list[0]);
>
> if i execute the second the first one will not run in the way before.
>
> how to define two Smoothies??