Package com.google.gwt.animation.client
Classes for Animation support.
This package contains classes that provide animation support for various GWT components.
-
Interface Summary Interface Description AnimationScheduler.AnimationCallback The callback used when an animation frame becomes available. -
Class Summary Class Description Animation AnAnimation
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 byAnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
.AnimationScheduler.AnimationSupportDetector Helper to detect native support for animations.AnimationSchedulerImplStandard AnimationScheduler
implementation that uses standardrequestAnimationFrame
API.AnimationSchedulerImplTimer Implementation using a timer for browsers that do not support animation frames.