Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
284
function
createFxNow() {
285
setTimeout( clearFxNow, 0 );
286
return
( fxNow = jQuery.now() );
287
}
288
289
function
clearFxNow() {
290
fxNow = undefined;
Callers
1
effects.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected