From: Paul Bakaus Date: Tue, 24 Jun 2008 10:00:42 +0000 (+0000) Subject: fx: 1) patch from Ariel removes the need of adding properties like scrollTop and... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=b5d65d4e4920d0a09bb53504cca7c21033ea8790;hp=b5d65d4e4920d0a09bb53504cca7c21033ea8790;p=jquery.git fx: 1) patch from Ariel removes the need of adding properties like scrollTop and scrollLeft specifically to fx.step - The priority order is style[prop] ? style[prop] : elem[prop], 2) fixed the height/width case - it wasn't possible to animate obj.height/obj.width if there wasn't a style attr. ---