Updates
Check out what's new
New API
Amazing filesize, now under 1.2kb! API uses a factory method instead of a constructor.
Changes
The main container HTML element is now defined via container property; Default transition values now uses percentual values; Removed requestAnimationFrame polyfill.
Additions
Added children and unit as configurable properties.
New infrastructure
Uses modern js tools, such as Babel/webpack/UglifyJS for creating distribution files and running the tests.
Additions
Added onChangeEnd callback function
Additions
Added onChange callback function
Additions
Added methods to play()/pause() slideshow; Added support to visibilitychange API
Fixes
Fixed prevIndex() method; Fixed integration between autoPlay and change() method
Additions
Now animations supports easing function and also added prev/next functions.
Changes
Default transition is now left-to-right sliding; Some basic style is now defined on initialization; z-index position is now handled internally
First official release!
This may be considered the first official release of SimpleSlider, with consistent unit tests and use of best practices.