Browse Source

Adds documentation of all options to the dev version

pull/21/head
Viljami S 13 years ago
parent
commit
cc31549810
  1. 10
      responsiveslides.js

10
responsiveslides.js

@ -4,11 +4,11 @@
// Default settings
var settings = $.extend({
"auto": true,
"pagination": false,
"fade": 1000,
"maxwidth": "none",
"speed": 4000
"auto": true, // Boolean: Animate automatically
"pagination": false, // Boolean: Use pagination
"fade": 1000, // Integer: Crossfade time, in milliseconds
"maxwidth": "none", // Integer: Max-width of the Slideshow, in pixels
"speed": 4000 // Integer: How long image shows before fading to next, in milliseconds
}, options);
return this.each(function () {

Loading…
Cancel
Save