MCPcopy
hub / github.com/ericdrowell/KineticJS / animate

Function animate

test/runner.js:71–78  ·  view source on GitHub ↗
(lastTime)

Source from the content-addressed store, hash-verified

69
70
71 function animate(lastTime){
72 stats.begin();
73
74 requestAnimFrame(function(){
75 stats.end();
76 animate(lastTime);
77 });
78 }
79
80 animate();
81}

Callers 1

addStatsFunction · 0.70

Calls 1

requestAnimFrameFunction · 0.50

Tested by

no test coverage detected