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

Function createFxNow

1.7/effects.js:319–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317
318// Animations created synchronously will run synchronously
319function createFxNow() {
320 setTimeout( clearFxNow, 0 );
321 return ( fxNow = jQuery.now() );
322}
323
324function clearFxNow() {
325 fxNow = undefined;

Callers 1

effects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected