MCPcopy Create free account
hub / github.com/sql-js/sql.js / createFxNow

Function createFxNow

documentation/javascript/application.js:9352–9357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9350
9351// Animations created synchronously will run synchronously
9352function createFxNow() {
9353 setTimeout(function() {
9354 fxNow = undefined;
9355 }, 0 );
9356 return ( fxNow = jQuery.now() );
9357}
9358
9359function createTweens( animation, props ) {
9360 jQuery.each( props, function( prop, value ) {

Callers 2

tickFunction · 0.85
AnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…