MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createFxNow

Function createFxNow

static/jquery/1.12.4/jquery.js:7498–7503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7496
7497// Animations created synchronously will run synchronously
7498function createFxNow() {
7499 window.setTimeout( function() {
7500 fxNow = undefined;
7501 } );
7502 return ( fxNow = jQuery.now() );
7503}
7504
7505// Generate parameters to create a standard animation
7506function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected