Tile Slider
Module loader & sliding tile layout flex component
...Functioning similar to a ViewStack the TileSlider navigates through a set of views with a few major differences:
- views have a physical location, so even if skipping over a view it will briefly be visible while the layout transitions.
- a selectedIndex of "-1" will cause the TileSlider to 'zoom out' to display all tiles (/views).
- 'Tiles' do not need to be created in MXML or AS, the TileSlider operates using a data source containing a set of ModuleItems, each describing a module to load.
- The animating layout can be used separately to the module loading aspect of the component set.