public abstract class Slide extends BaseEffect
| Constructor and Description |
|---|
Slide(XElement el,
Style.Direction dir) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
increase(int v) |
void |
onComplete()
Fires after the effect is complete.
|
void |
onUpdate(double progress)
Fires after the effect is updated.
|
onCancel, onStartpublic Slide(XElement el, Style.Direction dir)
public abstract void increase(int v)
public void onComplete()
EffectonComplete in interface EffectonComplete in class BaseEffectpublic void onUpdate(double progress)
EffectonUpdate in interface EffectonUpdate in class BaseEffectprogress - the progress between 0 and 1Copyright © 2012. All Rights Reserved.