public class FadeIn extends BaseEffect
element
Modifier and Type | Method and Description |
---|---|
void |
onComplete()
Fires after the effect is complete.
|
void |
onStart()
Fires after the effect is started.
|
void |
onUpdate(double progress)
Fires after the effect is updated.
|
getValue, onCancel
public FadeIn(XElement el)
public void onComplete()
Effect
onComplete
in interface Effect
onComplete
in class BaseEffect
public void onStart()
Effect
onStart
in interface Effect
onStart
in class BaseEffect
public void onUpdate(double progress)
Effect
onUpdate
in interface Effect
onUpdate
in class BaseEffect
progress
- the progress between 0 and 1Copyright © 2020. All rights reserved.