|
GWT 2.6.1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AnimationScheduler.AnimationCallback | The callback used when an animation frame becomes available. |
Class Summary | |
---|---|
Animation | An Animation is a continuous event that updates progressively over
time at a non-fixed frame rate. |
AnimationScheduler | This class provides task scheduling for animations. |
AnimationScheduler.AnimationHandle | A handle to the requested animation frame created by
AnimationScheduler.requestAnimationFrame(AnimationCallback, Element) . |
AnimationSchedulerImpl | Base class for animation implementations. |
AnimationSchedulerImplMozilla | Implementation using mozRequestAnimationFrame . |
AnimationSchedulerImplTimer | Implementation using a timer for browsers that do not support animation frames. |
AnimationSchedulerImplWebkit | Implementation using webkitRequestAnimationFrame and
webkitCancelRequestAnimationFrame . |
Classes for Animation support. This package contains classes that provide animation support for various GWT components.
|
GWT 2.6.1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |