Package com.google.gwt.animation.client
package com.google.gwt.animation.client
Classes for Animation support.
This package contains classes that provide animation support for various GWT components.
-
ClassDescriptionAn
Animation
is a continuous event that updates progressively over time at a non-fixed frame rate.This class provides task scheduling for animations.The callback used when an animation frame becomes available.A handle to the requested animation frame created byAnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
.Helper to detect native support for animations.AnimationScheduler
implementation that uses standardrequestAnimationFrame
API.Implementation using a timer for browsers that do not support animation frames.