Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
319
function
createFxNow() {
320
setTimeout( clearFxNow, 0 );
321
return
( fxNow = jQuery.now() );
322
}
323
324
function
clearFxNow() {
325
fxNow = undefined;
Callers
1
effects.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected