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

Function createFxNow

static/wangEditor/js/lib/jquery-2.2.1.js:6472–6477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6470
6471// Animations created synchronously will run synchronously
6472function createFxNow() {
6473 window.setTimeout( function() {
6474 fxNow = undefined;
6475 } );
6476 return ( fxNow = jQuery.now() );
6477}
6478
6479// Generate parameters to create a standard animation
6480function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected