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
I have a Slider of type 'slide' with rewind set to true, perPage = 3, perMove = 3 and I have seven items in my slider.
At the beginning I see items 1,2,3.
I click on the next arrow: I see items 4,5,6.
Antoher click on the next arrow: I see items 1,2,3 again.
It skipped the 7th.
When I turn rewind to 'false':
At the beginning I see items 1,2,3.
I click on the next arrow: I see items 4,5,6.
Antoher click on the next arrow: I see items 5,6,7
But then I cant click the next button again, because rewind isnt active.
I would like to have the behavior of both. Showing 5,6,7 on the last click but if I click again, rewind back to 1,2,3.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks,
I can't find out how I can fix this.
I have a Slider of type 'slide' with rewind set to true, perPage = 3, perMove = 3 and I have seven items in my slider.
At the beginning I see items 1,2,3.
I click on the next arrow: I see items 4,5,6.
Antoher click on the next arrow: I see items 1,2,3 again.
It skipped the 7th.
When I turn rewind to 'false':
At the beginning I see items 1,2,3.
I click on the next arrow: I see items 4,5,6.
Antoher click on the next arrow: I see items 5,6,7
But then I cant click the next button again, because rewind isnt active.
I would like to have the behavior of both. Showing 5,6,7 on the last click but if I click again, rewind back to 1,2,3.
Hope anyone can help!
Thanks and regards.
Beta Was this translation helpful? Give feedback.
All reactions