Package | Description |
---|---|
com.google.gwt.animation.client |
Classes for Animation support.
|
com.google.gwt.animation.client.testing |
Modifier and Type | Method and Description |
---|---|
AnimationScheduler.AnimationHandle |
AnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback)
Schedule an animation, letting the browser decide when to trigger the next
step in the animation.
|
AnimationScheduler.AnimationHandle |
AnimationSchedulerImplTimer.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element) |
AnimationScheduler.AnimationHandle |
AnimationSchedulerImplStandard.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StubAnimationScheduler.StubAnimationHandle
A handle to the requested animation frame created by
AnimationScheduler.requestAnimationFrame(AnimationCallback, Element) . |