MCPcopy Create free account
hub / github.com/JsAaron/jQuery / doAnimation

Function doAnimation

2.0.3/2.0.3.js:8471–8479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8469 var empty = jQuery.isEmptyObject( prop ),
8470 optall = jQuery.speed( speed, easing, callback ),
8471 doAnimation = function() {
8472 // Operate on a copy of prop so per-property easing won't be lost
8473 var anim = Animation( this, jQuery.extend( {}, prop ), optall );
8474
8475 // Empty animations, or finishing resolves immediately
8476 if ( empty || data_priv.get( this, "finish" ) ) {
8477 anim.stop( true );
8478 }
8479 };
8480 doAnimation.finish = doAnimation;
8481
8482 return empty || optall.queue === false ?

Callers

nothing calls this directly

Calls 1

AnimationFunction · 0.70

Tested by

no test coverage detected