TypeError while using jquery animate

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

TypeError while using jquery animate

Amber Milan Eskridge
I'm getting the following error in the JS-console of Safari and other browsers:

TypeError: 'undefined' is not a function (evaluating 'f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration)')

while evaluating the following example code:

'div.logo' asJQuery first animate: #{ 'opacity' -> 0.5} duration: 100 on the Amber-homepage.

Any ideas?

Reply | Threaded
Open this post in threaded view
|

Re: TypeError while using jquery animate

Nicolas Petton
yeahh... that's a bug.
I'll try to fix it this evening.

Cheers,
Nico

On Tue, 2011-10-25 at 16:15 +0200, Amber Milan Eskridge wrote:

> I'm getting the following error in the JS-console of Safari and other
> browsers:
>
> TypeError: 'undefined' is not a function (evaluating
> 'f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration)')
>
>
> while evaluating the following example code:
>
>
> 'div.logo' asJQuery first animate: #{ 'opacity' -> 0.5} duration: 100
> on the Amber-homepage.
>
>
> Any ideas?
>
>


Reply | Threaded
Open this post in threaded view
|

Re: TypeError while using jquery animate

Amber Milan Eskridge
Cool, tank you very much!

On Tue, Oct 25, 2011 at 5:49 PM, Nicolas Petton <[hidden email]> wrote:
yeahh... that's a bug.
I'll try to fix it this evening.

Cheers,
Nico

On Tue, 2011-10-25 at 16:15 +0200, Amber Milan Eskridge wrote:
> I'm getting the following error in the JS-console of Safari and other
> browsers:
>
> TypeError: 'undefined' is not a function (evaluating
> 'f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration)')
>
>
> while evaluating the following example code:
>
>
> 'div.logo' asJQuery first animate: #{ 'opacity' -> 0.5} duration: 100
> on the Amber-homepage.
>
>
> Any ideas?
>
>