rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 864 forks source link

Uncaught TypeError: Cannot set property 'transition' of undefined #130

Open laurenf opened 11 years ago

laurenf commented 11 years ago

Recently noticed that I've been getting a bunch of type errors when calling transition. It seems that on like 595 and 615 in version 0.9.9:

595: this.style[support.transition] = (oldTransitions[this] || null);

615: this.style[support.transition] = transitionValue;

this.style is returning undefined.

Any help is greatly appreciated!

okonet commented 10 years ago

I'm randomly getting this error on Galaxy S2:

Uncaught TypeError: Cannot set property 'WebkitTransform' of undefined:156

Probably it's related.

okonet commented 10 years ago

I also get errors here:

Uncaught TypeError: Cannot set property 'transition' of undefined:594

Uncaught TypeError: Cannot set property 'transition' of undefined:614

nunomorgadinho commented 10 years ago

+1

gka commented 9 years ago

+1