Skip to content

Latest commit

 

History

History
executable file
·
43 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

executable file
·
43 lines (31 loc) · 1.32 KB

coverSlider

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.

Getting Started

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>

Documentation

(Coming soon)

Examples

Some working examples are provided in the examples directories.

You can also take a look at these websites : Bodia Nature

Release History

(Nothing yet)

License

Copyright (c) 2012 Antoine Lagadec Licensed under the MIT, GPL licenses.

Contributing

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.

Important notes

Please don't edit files in the dist subdirectory as they are generated via grunt. You'll find source code in the srcsubdirectory!