From 97efefb6937b16d609f53c43c4fa1815a914895a Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Mon, 7 Jan 2013 10:46:53 +0200 Subject: [PATCH] Adds option called "manualControls" which allows to write custom markup for pager navigation. "controls" option is renamed to "navContainer". Default speed of the transition is now to 500ms. --- responsiveslides.js | 47 +++++++++++++++++++++++++---------------- responsiveslides.min.js | 16 +++++++------- 2 files changed, 37 insertions(+), 26 deletions(-) diff --git a/responsiveslides.js b/responsiveslides.js index 6ec53a2..44a33a0 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -1,4 +1,4 @@ -/*! ResponsiveSlides.js v1.51 +/*! ResponsiveSlides.js v1.52 * http://responsiveslides.com * http://viljamis.com * @@ -14,7 +14,7 @@ // Default settings var settings = $.extend({ "auto": true, // Boolean: Animate automatically, true or false - "speed": 1000, // Integer: Speed of the transition, in milliseconds + "speed": 500, // Integer: Speed of the transition, in milliseconds "timeout": 4000, // Integer: Time between slide transitions, in milliseconds "pager": false, // Boolean: Show pager, true or false "nav": false, // Boolean: Show navigation, true or false @@ -24,7 +24,8 @@ "prevText": "Previous", // String: Text for the "previous" button "nextText": "Next", // String: Text for the "next" button "maxwidth": "", // Integer: Max-width of the slideshow, in pixels - "controls": "", // Selector: Where controls should be appended to, default is after the