Hmmm, missed this one, I'm now looking into it, it's possible this has
been broken for a while.

Thanks for noticing :)

George.

On Sep 27, 12:09 pm, ravenel <[EMAIL PROTECTED]> wrote:
> Hello I just tested the The Excellent Easing Plugin 
> fromhttp://gsgd.co.uk/sandbox/jquery.easing.phpwith jQuery 1.2.1. and
> all methods work fine except:
>
> expoin, expoinout, expoout
>
> These methods use Math.exp:
>
> expoout: function(x, t, b, c, d) {
>                         var flip = 1;
>                         if (c < 0) {
>                                 flip *= -1;
>                                 c *= -1;
>                         }
>                         return flip * (-Math.exp(-Math.log(c)/d * (t-d)) + c 
> + 1) + b;
>                 }
>
> I cannot figure out the problem, does anybody has an idea?

Reply via email to