Class FadeIn
- java.lang.Object
-
- com.sencha.gxt.fx.client.animation.BaseEffect
-
- com.sencha.gxt.fx.client.animation.FadeIn
-
- All Implemented Interfaces:
Effect
public class FadeIn extends BaseEffect
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.sencha.gxt.fx.client.animation.BaseEffect
onCancel
-
-
-
-
Constructor Detail
-
FadeIn
public FadeIn(XElement el)
-
-
Method Detail
-
onComplete
public void onComplete()
Description copied from interface:Effect
Fires after the effect is complete.- Specified by:
onComplete
in interfaceEffect
- Overrides:
onComplete
in classBaseEffect
-
onStart
public void onStart()
Description copied from interface:Effect
Fires after the effect is started.- Specified by:
onStart
in interfaceEffect
- Overrides:
onStart
in classBaseEffect
-
onUpdate
public void onUpdate(double progress)
Description copied from interface:Effect
Fires after the effect is updated.- Specified by:
onUpdate
in interfaceEffect
- Overrides:
onUpdate
in classBaseEffect
- Parameters:
progress
- the progress between 0 and 1
-
-