Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8226
function
createFxNow() {
8227
setTimeout( clearFxNow, 0 );
8228
return
( fxNow = jQuery.now() );
8229
}
8230
8231
function
clearFxNow() {
8232
fxNow = undefined;
Callers
1
jquery.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected