
public class FadeOut extends BaseEffect
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Fires after the effect is complete.
|
void |
onUpdate(double progress)
Fires after the effect is updated.
|
onCancel, onStartpublic FadeOut(XElement el)
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 © 2015. All rights reserved.