Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onSlideBefore/onSlideAfter called when slider intialised with auto=false #143

Open
aurovrata opened this issue Aug 15, 2020 · 0 comments
Open

Comments

@aurovrata
Copy link

I have a slider with the following initialisatino options,
```
$slider.slippry({
loop: false,
captions: false,
pager:false,
controls: false,
useCSS: true,
auto:false,
adaptiveHeight:false,
onSliderLoad:function(index){...},
onSlideAfter:function(slide, old_index, new_index){...}
onSlideBefore:function(slide, old_index, new_index){...}
});

however, the onSlideBefore and onSlideAfter functions are being called prior to the onSliderLoad function even though the slides are not on auto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant