MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / createFxNow

Function createFxNow

notes/docsify/unpkg/gotop/jquery-2.1.0.js:6243–6248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6241
6242// Animations created synchronously will run synchronously
6243function createFxNow() {
6244 setTimeout(function() {
6245 fxNow = undefined;
6246 });
6247 return ( fxNow = jQuery.now() );
6248}
6249
6250// Generate parameters to create a standard animation
6251function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.85
AnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected