|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.animation.client.AnimationScheduler com.google.gwt.animation.client.AnimationSchedulerImplStandard
class AnimationSchedulerImplStandard
AnimationScheduler
implementation that uses standard requestAnimationFrame
API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.animation.client.AnimationScheduler |
---|
AnimationScheduler.AnimationCallback, AnimationScheduler.AnimationHandle, AnimationScheduler.AnimationSupportDetector |
Constructor Summary | |
---|---|
AnimationSchedulerImplStandard()
|
Method Summary | |
---|---|
AnimationScheduler.AnimationHandle |
requestAnimationFrame(AnimationScheduler.AnimationCallback callback,
Element element)
Schedule an animation, letting the browser decide when to trigger the next step in the animation. |
Methods inherited from class com.google.gwt.animation.client.AnimationScheduler |
---|
get, requestAnimationFrame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AnimationSchedulerImplStandard()
Method Detail |
---|
public AnimationScheduler.AnimationHandle requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
AnimationScheduler
Using this method instead of a timeout is preferred because the browser is in the best position to decide how frequently to trigger the callback for an animation of the specified element. The browser can balance multiple animations and trigger callbacks at the optimal rate for smooth performance.
requestAnimationFrame
in class AnimationScheduler
callback
- the callback to fireelement
- the element being animated
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |