AnimationScheduler.AnimationHandle |
AnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback)
Schedule an animation, letting the browser decide when to trigger the next
step in the animation.
|
abstract AnimationScheduler.AnimationHandle |
AnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element)
Schedule an animation, letting the browser decide when to trigger the next
step in the animation.
|
AnimationScheduler.AnimationHandle |
AnimationSchedulerImplMozilla.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element) |
AnimationScheduler.AnimationHandle |
AnimationSchedulerImplTimer.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element) |
AnimationScheduler.AnimationHandle |
AnimationSchedulerImplWebkit.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element) |