From cc315498101d9806208dd4a84a1047fb6a932894 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Tue, 13 Mar 2012 13:48:27 +0200 Subject: [PATCH] Adds documentation of all options to the dev version --- responsiveslides.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/responsiveslides.js b/responsiveslides.js index 8148ce9..ae65e10 100644 --- a/responsiveslides.js +++ b/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 () {