Control: AnimatedTileList
October 11th, 2008
| Control | com.practicalflash.controls.AnimatedTileList |
|---|---|
| Source | Google Code Repository |
The Animated Tile List attempts to fill the Visual Component gap left by Adobe in their current TileListRenderer structure. While not as sophisticated (it doesn’t support drag & drop, mouse commands, or data change transitions for instance), it nevertheless provides an invalidating, caching tile list with smooth selection transitions.
Notable differences: The AnimatedTileList does not poll its children for desired row height or widths, but calculates those directly off of the numRows and numColumns properties, setting them explicitly.
Animated Tile List: Demo

hello there.
your animated tile list looks interesting and helpful for me. unfortunately the google source page does not show any animated tile list for download.
thanks,
jason
your animated tile list looks interesting and helpful for me.can u provide full source code for above example. actully i am not getting anything from the below link.
http://practicalflash.googlecode.com/svn/trunk/Libraries
How did you get the tweening to work? I was able to make something similiar (minus the tweening)
Well, in essence I drew all the intermediary tiles, put them into the container, and then moved the container.