MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / createFxNow

Function createFxNow

docs/_static/jquery-3.6.0.js:7287–7292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7285
7286// Animations created synchronously will run synchronously
7287function createFxNow() {
7288 window.setTimeout( function() {
7289 fxNow = undefined;
7290 } );
7291 return ( fxNow = Date.now() );
7292}
7293
7294// Generate parameters to create a standard animation
7295function genFx( type, includeWidth ) {

Callers 2

tickFunction · 0.85
AnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected