com.sencha.gxt.fx.client.animation
Class FadeOut
java.lang.Object
com.sencha.gxt.fx.client.animation.BaseEffect
com.sencha.gxt.fx.client.animation.FadeOut
- All Implemented Interfaces:
- Effect
public class FadeOut
- extends BaseEffect
|
Method Summary |
void |
onComplete()
Fires after the effect is complete. |
void |
onUpdate(double progress)
Fires after the effect is updated. |
FadeOut
public FadeOut(XElement el)
onComplete
public void onComplete()
- Description copied from interface:
Effect
- Fires after the effect is complete.
- Specified by:
onComplete in interface Effect- Overrides:
onComplete in class BaseEffect
onUpdate
public void onUpdate(double progress)
- Description copied from interface:
Effect
- Fires after the effect is updated.
- Specified by:
onUpdate in interface Effect- Overrides:
onUpdate in class BaseEffect
- Parameters:
progress - the progress between 0 and 1
Copyright © 2012. All Rights Reserved.