function timelineLoop()

in src/helper/timeline.ts [70:76]


function timelineLoop() {
    if (!isMocking) {
        return;
    }
    runFrame();
    nativeRaf(timelineLoop);
}