()
| 56 | flushIntervalHandlers(); |
| 57 | } |
| 58 | function timelineLoop() { |
| 59 | if (!__VRT_TIMELINE_PAUSED__) { |
| 60 | runFrame(); |
| 61 | } |
| 62 | nativeRaf(timelineLoop); |
| 63 | } |
| 64 | nativeRaf(timelineLoop); |
| 65 | |
| 66 | window.requestAnimationFrame = function (cb) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…