MCPcopy Create free account
hub / github.com/breck7/scroll / now

Function now

external/.d3.js:4043–4045  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4041 setFrame = typeof window === "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(f) { setTimeout(f, 17); };
4042
4043function now() {
4044 return clockNow || (setFrame(clearNow), clockNow = clock.now() + clockSkew);
4045}
4046
4047function clearNow() {
4048 clockNow = 0;

Callers 4

.d3.jsFile · 0.85
timerFlushFunction · 0.85
intervalFunction · 0.85
selection_transitionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected