public interface HasAnimation
Widget that uses an animation should implement this class so users
 can enable or disable animations.| Modifier and Type | Method and Description | 
|---|---|
| boolean | isAnimationEnabled()Returns true if animations are enabled, false if not. | 
| void | setAnimationEnabled(boolean enable)Enable or disable animations. |