- separated tiler events from transition
- single tile support
- code refactor
- added tests
- viewport sizing bugfix
- new css api (now requires reverse class css for optional reverse support)
- optimized animations
- hardware-accelerated css animations
- removed confusing reverse class convention
- allow passing a boolean for
goTo
method's animation argument
- improved sizing of viewport
- transition-property bugfix
- force gpu animations on tiler-tile elements
data-tiler-active-class
is nowdata-tiler-animation
- custom reverse support declared with a appending <
- smarter link builder
- demo animation css bugfix
- disabled active class bug
- tiler refresh event on active tile
- tiler refresh event
- hide inactive tiles to prevent excessive browser re-paints
- fire goto events on tiles:
tiler.enter
&tiler.exit
- support for nesting tiler instances inside other tiler instances
- removed auto animating on init
- added refresh method
- Initial Project