It would certainly help track down the problem if you listed which
plugins you're using. Only thing I can see from what's been posted so
far is that you've got "E.easing[...]". What're you using the E object
for? It's telling you it can't find the easing function in E.easing

On Feb 12, 12:49 pm, "Sebastián V. Würtz" <[EMAIL PROTECTED]>
wrote:
> Ariel Flesler escribió:
>
> > 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)
>
> im using a lot of jquery scripts in one new proyect, for now i cant
> upload all because have a big database, is a news system, btw im not
> using easing plugin, but i try with it and still the same, im so close
> to finish with it so i have many many questions :)
>
> thx for now

Reply via email to