Class LinearFadeOutAnimation
- java.lang.Object
-
- com.google.gwt.animation.client.Animation
-
- org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
-
- org.uberfire.ext.widgets.common.client.animations.LinearFadeOutAnimation
-
public class LinearFadeOutAnimation extends SequencedAnimation
A linear animation to fade a Widget from 1.0 to 0.0 opacity
-
-
Constructor Summary
Constructors Constructor Description LinearFadeOutAnimation(com.google.gwt.user.client.ui.Widget widget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleinterpolate(double progress)voidonUpdate(double progress)-
Methods inherited from class org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
onCancel, onComplete, onStart
-
-
-
-
Method Detail
-
onUpdate
public void onUpdate(double progress)
- Specified by:
onUpdatein classSequencedAnimation
-
interpolate
public double interpolate(double progress)
- Overrides:
interpolatein classSequencedAnimation
-
-