Remove patch for very early versions of Opera 9 that made it impossible to animate...
[jquery.git] / src / effects.js
index 5f3a035..bd57ffc 100644 (file)
@@ -337,7 +337,7 @@ jQuery.fx.prototype = {
                }
 
                var r = parseFloat( jQuery.css( this.elem, this.prop ) );
-               return r && r > -10000 ? r : 0;
+               return r || 0;
        },
 
        // Start an animation from one number to another