Skip to content

wheresrhys/jquery.flickbook

Repository files navigation

Flickbook

A jQuery plugin for cycling through a stack of images

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/flickbook.min.js"></script>
<script>
jQuery(function($) {
  	$.('img').flickbook({
	  	images: 'img1.jpg,img2.jpg,img3.jpg',
	  	speed: 100,
        startEvent: "click",
        stopEvent: "click", 
        autoStart: false,
        onStop: "reset", 
    }); 
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

A jQuery plugin for cycling through a stack of images

Resources

License

Stars

Watchers

Forks

Packages

No packages published