Skip to content

Commit

Permalink
fix(autoscroll): Add 'method' default option, add doc for method opti…
Browse files Browse the repository at this point in the history
…on in Autoscroll plugin
  • Loading branch information
Anatoly Ledovskikh committed May 31, 2018
1 parent b6d3152 commit 749cac4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/jquery.jcarousel-autoscroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
_options: {
target: '+=1',
interval: 3000,
autostart: true
autostart: true,
method: 'scroll'
},
_timer: null,
_started: false,
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.jcarousel-autoscroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/jquery.jcarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,8 @@
_options: {
target: '+=1',
interval: 3000,
autostart: true
autostart: true,
method: 'scroll'
},
_timer: null,
_started: false,
Expand Down
Loading

0 comments on commit 749cac4

Please sign in to comment.