Interface AnimatedLayout

All Known Implementing Classes:
DeckLayoutPanel, DockLayoutPanel, LayoutPanel, RootLayoutPanel, SplitLayoutPanel, StackLayoutPanel, TabLayoutPanel

public interface AnimatedLayout
Specifies that a panel can animate between layouts.

The normal use pattern is to set all childrens' positions, then to call animate(int) to move them to their new positions over some period of time.