MCPcopy Create free account
hub / github.com/JsAaron/jQuery / createFxNow

Function createFxNow

2.0.3/Animation.js:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62// Animations created synchronously will run synchronously
63
64function createFxNow() {
65 setTimeout(function() {
66 fxNow = undefined;
67 });
68 return (fxNow = jQuery.now());
69}
70
71function createTween(value, prop, animation) {
72 var tween,

Callers 2

tickFunction · 0.70
AnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected