()
| 5525 | var adjusted, scale, |
| 5526 | maxIterations = 20, |
| 5527 | currentValue = function() { |
| 5528 | return jQuery.css( elem, prop, "" ); |
| 5529 | }, |
| 5530 | initial = currentValue(), |
| 5531 | unit = valueParts && valueParts[ 3 ] || ( isAutoPx( prop ) ? "px" : "" ), |
| 5532 |