MCPcopy Create free account
hub / github.com/JsAaron/jQuery / createFxNow

Function createFxNow

2.1.1/test/jquery-2.1.1.js:6292–6297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6290
6291// Animations created synchronously will run synchronously
6292function createFxNow() {
6293 setTimeout(function() {
6294 fxNow = undefined;
6295 });
6296 return ( fxNow = jQuery.now() );
6297}
6298
6299// Generate parameters to create a standard animation
6300function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected