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

Function createFxNow

2.1.1/test/jquery-1.11.1.js:7063–7068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7061
7062// Animations created synchronously will run synchronously
7063function createFxNow() {
7064 setTimeout(function() {
7065 fxNow = undefined;
7066 });
7067 return ( fxNow = jQuery.now() );
7068}
7069
7070// Generate parameters to create a standard animation
7071function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected