Released under the BSD License.
The latest source can be found on GitHub.
Check out the Documentation or
Changelog for detailed information.
Use the GitHub issue tracker to submit bug fixes or feature proposals.
— Options can be set on initialisation
»
index: 2
»
timeout: 2000
»
autoplay: true
»
easing: 'swing'
»
duration: 1000
»
autoHeight: true
»
autoResize: true
»
engine: 'slide'
»
cls: {}
— Methods can be called on an instance
»
gallery.next();
»
gallery.previous();
»
gallery.move(2);
»
gallery.play();
»
gallery.stop();
»
gallery.update();
— Callbacks can be called on an instance
» callbacks.next
» callbacks.previous
» callbacks.move
» callbacks.play
» callbacks.stop
» callbacks.update