| 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 MoveAnimation |
FX.move(AbsolutePanel parent,
Widget target)
Creates an animation that will move the specified child of the specified absolute panel.
|
static MoveAnimation |
FX.move(PopupPanel target)
Creates an animation that will move the specified popup panel.
|
| Modifier and Type | Method and Description |
|---|---|
MoveAnimation |
MoveAnimation.from(int left,
int top)
Configures the starting position of the movement.
|
MoveAnimation |
MoveAnimation.onComplete(Command onComplete)
Configures a command to be invoked when this animation is complete.
|
MoveAnimation |
MoveAnimation.to(int left,
int top)
Configures the destination position of the movement.
|
Copyright © 2013. All Rights Reserved.