A multidirectionnal cover slider built on top of jQuery. Althought It works It's still pretty unstable and needs some reworking until I can release a stable version ready for production.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/coverSlider.min.js"></script>
<script>
jQuery(function($) {
$("#coverSlider").coverSlider();
});
</script>
(Coming soon)
Some working examples are provided in the examples directories.
You can also take a look at these websites : Bodia Nature
(Nothing yet)
Copyright (c) 2012 Antoine Lagadec Licensed under the MIT, GPL licenses.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Please don't edit files in the dist
subdirectory as they are generated via grunt. You'll find source code in the src
subdirectory!