Created
September 1, 2014 05:01
-
-
Save leemark/a09d2726b5bfc92ea68c to your computer and use it in GitHub Desktop.
demo #1 js code for http://leemark.github.io/better-simple-slideshow/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="demo/js/hammer.min.js"></script><!-- for swipe support on touch interfaces --> | |
<script src="js/better-simple-slideshow.min.js"></script> | |
<script> | |
var opts = { | |
auto : { | |
speed : 3500, | |
pauseOnHover : true | |
}, | |
fullScreen : false, | |
swipe : true | |
}; | |
makeBSS('.num1', opts); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment