Searched refs:onAnimationFrame (Results 1 – 2 of 2) sorted by relevance
20 private boundOnAnimationFrame = this.onAnimationFrame.bind(this);46 private onAnimationFrame(nowMs: number) { method in Animation
135 window.requestAnimationFrame(this.onAnimationFrame.bind(this));139 private onAnimationFrame(nowMs: number) { method in RafScheduler