MCPcopy Index your code
hub / github.com/apache/echarts / timelineLoop

Function timelineLoop

test/runTest/runtime/timeline.js:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 flushIntervalHandlers();
57}
58function timelineLoop() {
59 if (!__VRT_TIMELINE_PAUSED__) {
60 runFrame();
61 }
62 nativeRaf(timelineLoop);
63}
64nativeRaf(timelineLoop);
65
66window.requestAnimationFrame = function (cb) {

Callers

nothing calls this directly

Calls 1

runFrameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…