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

Function createFxNow

2.1.1/src/effects.js:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81// Animations created synchronously will run synchronously
82function createFxNow() {
83 setTimeout(function() {
84 fxNow = undefined;
85 });
86 return ( fxNow = jQuery.now() );
87}
88
89// Generate parameters to create a standard animation
90function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected