Skip to content

Commit

Permalink
improve $PauseOnHover option
Browse files Browse the repository at this point in the history
  • Loading branch information
jssor committed Nov 10, 2014
1 parent b618df9 commit bf6fab0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js/jssor.slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ new function () {
var allowAutoPlay = _AutoPlay && (!_HoverToPause || _NotOnHover);

if (currentPosition == _ProgressEnd) {
_AutoPlay && !(_HoverToPause & 12) && (allowAutoPlay || _IdleEnd != _ProgressEnd) && slideItem.$GoForNextSlide();
(_IdleEnd != _ProgressEnd && !(_HoverToPause & 12) || allowAutoPlay) && slideItem.$GoForNextSlide();
}
else if (allowAutoPlay || currentPosition != _IdleEnd) {
_SelfProcessor.$PlayToPosition(toPosition, ProcessCompleteEventHandler);
Expand Down
2 changes: 1 addition & 1 deletion js/jssor.slider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jssor.slider.mini.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jssor.sliderc.mini.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jssor.sliders.mini.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion transitions/caption-transition-builder-controller.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion transitions/slideshow-transition-builder-controller.min.js

Large diffs are not rendered by default.

0 comments on commit bf6fab0

Please sign in to comment.