MCPcopy Index your code
hub / github.com/JsAaron/jQuery / createFxNow

Function createFxNow

1.6.1/src/effects.js:284–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282
283// Animations created synchronously will run synchronously
284function createFxNow() {
285 setTimeout( clearFxNow, 0 );
286 return ( fxNow = jQuery.now() );
287}
288
289function clearFxNow() {
290 fxNow = undefined;

Callers 1

effects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected