Effects: Whitespace fixes & using parseFloat instead of parseInt

This commit is contained in:
Corey Frang 2012-01-05 11:46:50 -06:00
parent 48659c643f
commit f63820769d

View File

@ -41,7 +41,7 @@ $.effects.effect.blind = function( o, done ) {
});
distance = wrapper[ ref ]();
margin = parseInt(wrapper.css(ref2));
margin = parseFloat( wrapper.css( ref2 ) );
animation[ ref ] = show ? distance : 0;
if ( !motion ) {