public abstract class WipeAnimation extends Animation
SimplePanel that contains another widget.| Modifier and Type | Method and Description |
|---|---|
WipeAnimation |
fromBottom()
Configure this animation to anchor the bottom of the widget in place as it is revealed or
hidden.
|
WipeAnimation |
fromTop()
Configures this animation to anchor the top of the revealed widget in place as the bottom is
revealed or hidden.
|
WipeAnimation |
onComplete(Command onComplete)
Configures a command to be invoked when this animation is complete.
|
public WipeAnimation fromTop()
public WipeAnimation fromBottom()
public WipeAnimation onComplete(Command onComplete)
Copyright © 2013. All Rights Reserved.