Uses of Class
org.uberfire.ext.widgets.common.client.animations.SequencedAnimation
-
Packages that use SequencedAnimation Package Description org.uberfire.ext.widgets.common.client.animations -
-
Uses of SequencedAnimation in org.uberfire.ext.widgets.common.client.animations
Subclasses of SequencedAnimation in org.uberfire.ext.widgets.common.client.animations Modifier and Type Class Description classLinearFadeInAnimationA linear animation to fade a Widget from 0.0 to 1.0 opacityclassLinearFadeOutAnimationA linear animation to fade a Widget from 1.0 to 0.0 opacityclassPauseA pause (in between animations).Methods in org.uberfire.ext.widgets.common.client.animations with parameters of type SequencedAnimation Modifier and Type Method Description voidSequencer. add(SequencedAnimation animation, int duration)Add an animation to the list of animations to be sequenced.
-