| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| com.threerings.gwt.ui.fx |
Animations used by
FX. |
| Modifier and Type | Method and Description |
|---|---|
static WipeAnimation |
FX.reveal(SimplePanel target)
Creates an animation that reveals the supplied target panel (wiping it from height zero to
full height).
|
static WipeAnimation |
FX.unreveal(SimplePanel target)
Creates an animation that unreveals the supplied target panel (wiping it down to height
zero).
|
| Modifier and Type | Method and Description |
|---|---|
WipeAnimation |
WipeAnimation.fromBottom()
Configure this animation to anchor the bottom of the widget in place as it is revealed or
hidden.
|
WipeAnimation |
WipeAnimation.fromTop()
Configures this animation to anchor the top of the revealed widget in place as the bottom is
revealed or hidden.
|
WipeAnimation |
WipeAnimation.onComplete(Command onComplete)
Configures a command to be invoked when this animation is complete.
|
Copyright © 2013. All Rights Reserved.