Hi Sebastian, that seems to be ScrollTo, not LocalScroll. The error you get is quite common and is related (obviously) to easing. Is that your full code ? aren't you specifying an easing equation ? have you added the easing plugin ?
Do you have a demo of it ? so I can check. Cheers Ariel Flesler On 12 feb, 09:58, "Sebastián V. Würtz" <[EMAIL PROTECTED]> wrote: > im trying to use the localScroll pluginh in many ways :) > but i receive this error when i click > > $("#comentar").click(function(){ > $.scrollTo( '-=900', 300 ); > return false; > }); > > E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")] > is not a function > E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")] > is not a function > E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")] > is not a function > E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")] > is not a function > > (latest lib for all)