| Name | Description | Type | Package | Framework |
| Animation | An Animation is a continuous event that updates progressively over time at a non-fixed frame rate. | Class | com.google.gwt.animation.client | Google WebToolkit (GWT) |
| AnimationScheduler | This class provides task scheduling for animations. | Class | com.google.gwt.animation.client | Google WebToolkit (GWT) |
| AnimationScheduler .AnimationCallback | The callback used when an animation frame becomes available. | Interface | com.google.gwt.animation.client.AnimationScheduler | Google WebToolkit (GWT) |
| AnimationScheduler .AnimationHandle | A handle to the requested animation frame created by AnimationScheduler. | Class | com.google.gwt.animation.client.AnimationScheduler | Google WebToolkit (GWT) |
| AnimationScheduler .AnimationSupportDetector | Helper to detect native support for animations. | Class | com.google.gwt.animation.client.AnimationScheduler | Google WebToolkit (GWT) |
| AnimationSchedulerImplStandard | Class | com.google.gwt.animation.client | Google WebToolkit (GWT) | |
| AnimationSchedulerImplTimer | Class | com.google.gwt.animation.client | Google WebToolkit (GWT) | |
| StubAnimationScheduler | A stub implementation of AnimationScheduler that does not execute the callbacks. | Class | com.google.gwt.animation.client.testing | Google WebToolkit (GWT) |