|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.animation.client.Animation
org.cruxframework.crux.core.client.animation.HorizontalMotionAnimation
@Deprecated public class HorizontalMotionAnimation
Simple horizontal motion animation.
| Constructor Summary | |
|---|---|
HorizontalMotionAnimation(com.google.gwt.dom.client.Element element)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.google.gwt.animation.client.Animation |
|---|
cancel, interpolate, isRunning, onCancel, onStart, run, run, run, run |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HorizontalMotionAnimation(com.google.gwt.dom.client.Element element)
element - Element to be animated| Method Detail |
|---|
public 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.Animation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||