Describe the bug
This is not a bug itself, in the docs we can see how to show half of the next slide by setting itemsToShow prop to 1.25 for example. But I want to know how can I show half of the previous slide after scrolling the first one.
I want to achieve the following effect, taking a slider with 4 slides:
First slide: Half of the second slide is shown.
Second and Third slide: Half of the previous and half of next slide is shown.
Last slide: Only half of the previous slide is shown.
Describe the bug This is not a bug itself, in the docs we can see how to show half of the next slide by setting
itemsToShow
prop to1.25
for example. But I want to know how can I show half of the previous slide after scrolling the first one.I want to achieve the following effect, taking a slider with 4 slides:
Screenshots