Skip to content

A multidirectionnal cover slider built on top of jQuery.

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

oakho/coverslider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A multidirectionnal cover slider built on top of jQuery.

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published