You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @RqwithQw ! Thanks for using this component ! Yes, this behavior is intended as we can see on lines 182 and 203 of VueDisplacementSlideshow.vue, on the methods previous and next :
if(this.isAnimating){return;}
When we are currently animating to the next or previous image, we don't do anything
I haven't thought about how to do it properly when spamming next() or previous methods. Feel free to make a pull request if you manage to implement it well. If not, I'll have a look at it when I'll have some time.
Image will not switch immediately when next or previous continuously called
The text was updated successfully, but these errors were encountered: