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.
|
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 | Method and Description |
---|---|
List<AnimationScheduler.AnimationCallback> |
StubAnimationScheduler.getAnimationCallbacks()
Get the list of all animation callbacks that have been requested and have
not been canceled.
|
Modifier and Type | Method and Description |
---|---|
StubAnimationScheduler.StubAnimationHandle |
StubAnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element) |
Constructor and Description |
---|
StubAnimationHandle(AnimationScheduler.AnimationCallback callback) |
Copyright © 2018. All rights reserved.