diff --git a/responsiveslides.js b/responsiveslides.js index 57b16c5..8ccd727 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -20,7 +20,7 @@ "nav": false, // Boolean: Show navigation, true or false "random": false, // Boolean: Randomize the order of the slides, true or false "pause": false, // Boolean: Pause on hover, true or false - "pauseControls": true, // Boolean: Pause when hovering controls, true or false + "pauseControls": true, // Boolean: Pause when hovering controls, true or false "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 @@ -94,8 +94,7 @@ .css(hidden) .eq(idx) .addClass(visibleClass) - .css(visible) - .delay(fadeTime); + .css(visible); setTimeout(function () { settings.after(); index = idx; diff --git a/responsiveslides.min.js b/responsiveslides.min.js index 70d71b4..3125987 100644 --- a/responsiveslides.min.js +++ b/responsiveslides.min.js @@ -1,8 +1,8 @@ /*! http://responsiveslides.com v1.5 by @viljamis */ (function(b,I,A){b.fn.responsiveSlides=function(k){var a=b.extend({auto:!0,speed:1E3,timeout:4E3,pager:!1,nav:!1,random:!1,pause:!1,pauseControls:!0,prevText:"Previous",nextText:"Next",maxwidth:"",controls:"",namespace:"rslides",before:function(){},after:function(){}},k);return this.each(function(){A++;var f=b(this),s,q,t,l,n,p,m=0,e=f.children(),B=e.size(),g=parseFloat(a.speed),C=parseFloat(a.timeout),u=parseFloat(a.maxwidth),d=a.namespace,j=d+A,D=d+"_nav "+j+"_nav",v=d+"_here",h=j+"_on",E=j+"_s", -r=b("