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

Function createFxNow

2.0.3/2.0.3.js:8041–8046  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8039
8040// Animations created synchronously will run synchronously
8041 function createFxNow() {
8042 setTimeout(function() {
8043 fxNow = undefined;
8044 });
8045 return ( fxNow = jQuery.now() );
8046 }
8047
8048 function createTween( value, prop, animation ) {
8049 var tween,

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected