Tile Slider
Module loader & sliding tile layout flex component
The TileSlider is a combined module loader and grid style layout system with animated transition featuring a directional motion blur.
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...