Skip to content

Commit

Permalink
Merge pull request #133 from dtorras/master
Browse files Browse the repository at this point in the history
No autoplay explanation
  • Loading branch information
Visual Idiot committed Feb 24, 2014
2 parents 2634b4f + b47ad25 commit a2778aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2>Options</h2>

<pre>$('.banner').unslider({
speed: 500, <span>// The speed to animate each slide (in milliseconds)</span>
delay: 3000, <span>// The delay between slide animations (in milliseconds)</span>
delay: 3000, <span>// The delay between slide animations (in milliseconds), false for no autoplay</span>
complete: function() {}, <span>// A function that gets called after every slide animation</span>
keys: true, <span>// Enable keyboard (left, right) arrow shortcuts</span>
dots: true, <span>// Display dot navigation</span>
Expand Down

0 comments on commit a2778aa

Please sign in to comment.