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

Function createFxNow

2.1.1/test/other.js:3699–3704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3697
3698// Animations created synchronously will run synchronously
3699function createFxNow() {
3700 setTimeout(function() {
3701 fxNow = undefined;
3702 });
3703 return ( fxNow = jQuery.now() );
3704}
3705
3706// Generate parameters to create a standard animation
3707function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected