public class ThinWormAnimation extends WormAnimation
animationDuration, animator, DEFAULT_ANIMATION_TIME, listener| Constructor and Description |
|---|
ThinWormAnimation(ValueController.UpdateListener listener) |
| Modifier and Type | Method and Description |
|---|---|
ThinWormAnimation |
duration(long duration) |
ThinWormAnimation |
progress(float progress) |
WormAnimation |
with(int coordinateStart,
int coordinateEnd,
int radius,
boolean isRightSide) |
createAnimatorend, startpublic ThinWormAnimation(ValueController.UpdateListener listener)
public ThinWormAnimation duration(long duration)
duration in class WormAnimationpublic WormAnimation with(int coordinateStart, int coordinateEnd, int radius, boolean isRightSide)
with in class WormAnimationpublic ThinWormAnimation progress(float progress)
progress in class WormAnimation