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

Loading…
Cancel
Save