MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / createFxNow

Function createFxNow

public/localscripts/calculationQuestion/jquery.js:7918–7923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7916
7917// Animations created synchronously will run synchronously
7918function createFxNow() {
7919 setTimeout(function() {
7920 fxNow = undefined;
7921 });
7922 return ( fxNow = jQuery.now() );
7923}
7924
7925function createTween( value, prop, animation ) {
7926 var tween,

Callers 2

tickFunction · 0.85
AnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected