GWT Animate Widget Swap

429 Views Asked by At

I am using GWT 2.3 and have a FlowPanel with a number of child Widgets. Part of my application invloves the swapping of elements in this FlowPanel, which I have implemented using insert(int, Widget). This functionally works well, but needs some visual sugar. Does anyone know of a way to animate the swapping of the Widgets? Preferably, I would rather not replace the FlowPanel with an absolute panel to accomplish this.

0

There are 0 best solutions below