You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE 8 throws an error that says "Object doesn't support this property or method" line 360.
IE 9 jumps immediately to the end of the transition. Can it be made to fallback on jQuery's animate method ?
The text was updated successfully, but these errors were encountered:
An IE8 error is definitely a bug (I swear I've tested it and made sure it doesn't throw errors, I'll check again).
Jumping immediately to the end of the transition is the intended behavior. The most common use of transit is to animate transformations (rotate, skew, etc) -- which cannot be $.fn.animate'd.
If you want to fallback to jQuery's .animate method, use:
IE 8 throws an error that says "Object doesn't support this property or method" line 360.
IE 9 jumps immediately to the end of the transition. Can it be made to fallback on jQuery's animate method ?
The text was updated successfully, but these errors were encountered: