Class Pause
- java.lang.Object
-
- com.google.gwt.animation.client.Animation
-
- org.uberfire.client.workbench.widgets.animations.SequencedAnimation
-
- org.uberfire.client.workbench.widgets.animations.Pause
-
public class Pause extends SequencedAnimation
A pause (in between animations). Does nothing.
-
-
Constructor Summary
Constructors Constructor Description Pause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonUpdate(double progress)-
Methods inherited from class org.uberfire.client.workbench.widgets.animations.SequencedAnimation
interpolate, onCancel, onComplete, onStart
-
-
-
-
Method Detail
-
onUpdate
public void onUpdate(double progress)
- Specified by:
onUpdatein classSequencedAnimation
-
-