Package | Description |
---|---|
com.google.gwt.animation.client |
Classes for Animation support.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AnimationSchedulerImplMozilla
Implementation using
mozRequestAnimationFrame . |
(package private) class |
AnimationSchedulerImplTimer
Implementation using a timer for browsers that do not support animation
frames.
|
(package private) class |
AnimationSchedulerImplWebkit
Implementation using
webkitRequestAnimationFrame and
webkitCancelRequestAnimationFrame . |