MCPcopy
hub / github.com/mongodb/node-mongodb-native / createFxNow

Function createFxNow

docs/2.2/js/jquery.js:8871–8876  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8869
8870// Animations created synchronously will run synchronously
8871function createFxNow() {
8872 setTimeout(function() {
8873 fxNow = undefined;
8874 });
8875 return ( fxNow = jQuery.now() );
8876}
8877
8878function createTween( value, prop, animation ) {
8879 var tween,

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected