@Deprecated public class HorizontalMotionAnimation extends com.google.gwt.animation.client.Animation
| Constructor and Description |
|---|
HorizontalMotionAnimation(com.google.gwt.dom.client.Element element)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
move(int startLeft,
int finalLeft,
int milliseconds)
Deprecated.
Move the animated element from start position to final position
|
protected void |
onComplete()
Deprecated.
|
protected void |
onUpdate(double progress)
Deprecated.
|
public HorizontalMotionAnimation(com.google.gwt.dom.client.Element element)
element - Element to be animatedpublic void move(int startLeft,
int finalLeft,
int milliseconds)
startLeft - start left positionfinalLeft - final left positionmilliseconds - animation durationprotected void onUpdate(double progress)
onUpdate in class com.google.gwt.animation.client.Animationprotected void onComplete()
onComplete in class com.google.gwt.animation.client.AnimationCopyright © 2015. All rights reserved.