Uses of Interface
com.google.gwt.animation.client.AnimationScheduler.AnimationCallback
Package
Description
Classes for Animation support.
-
Uses of AnimationScheduler.AnimationCallback in com.google.gwt.animation.client
Modifier and TypeMethodDescriptionAnimationScheduler.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.AnimationSchedulerImplStandard.requestAnimationFrame
(AnimationScheduler.AnimationCallback callback, Element element) AnimationSchedulerImplTimer.requestAnimationFrame
(AnimationScheduler.AnimationCallback callback, Element element) -
Uses of AnimationScheduler.AnimationCallback in com.google.gwt.animation.client.testing
Modifier and TypeMethodDescriptionStubAnimationScheduler.getAnimationCallbacks()
Get the list of all animation callbacks that have been requested and have not been canceled.Modifier and TypeMethodDescriptionStubAnimationScheduler.requestAnimationFrame
(AnimationScheduler.AnimationCallback callback, Element element)