normally, in all cases when lazyload is not enabled, clicking next when on last slide will animate "forward" to first slide as if the first slide repeats after last slide.
when lazyload is enabled, however, same action animates backward though all slides in between from last to first.
https://www.screencast.com/t/BtgPNqrU7
both animation styles are ok, but animation style should be a separate config option, independent of lazyload option.
apprears this code block is the cause for this inconsistent behaviour - https://www.screencast.com/t/6YBbG7CXr4H
@akiran any word on this? I a fix for this has been merged before but I am still seeing this behaviour.
This issue looks to be fixed with this commit. https://github.com/akiran/react-slick/pull/762
I believe this can be closed.
Most helpful comment
@akiran any word on this? I a fix for this has been merged before but I am still seeing this behaviour.