MCPcopy Create free account
hub / github.com/unconed/TermKit / createFxNow

Function createFxNow

HTML/jquery.js:8226–8229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8224
8225// Animations created synchronously will run synchronously
8226function createFxNow() {
8227 setTimeout( clearFxNow, 0 );
8228 return ( fxNow = jQuery.now() );
8229}
8230
8231function clearFxNow() {
8232 fxNow = undefined;

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected