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
The wrapAround property in Flickity is not functioning as expected. When enabled, the carousel should seamlessly loop back to the beginning when reaching the end of the slides. However, in my implementation, the slides do not wrap around correctly, and the carousel stops at the last slide.
Steps to Reproduce
Initialize a Flickity carousel with the wrapAround option set to true.
Add multiple slides to the carousel.
Attempt to navigate through the slides to observe the wrap-around behavior.
Expected Behavior
The carousel should loop back to the first slide after reaching the last slide, creating a seamless wrap-around effect.
Actual Behavior
When on first slide the last adjacent slide flickers and similarly when on last slide the adjacent first slides flickers.
The wrapAround property in Flickity is not functioning as expected. When enabled, the carousel should seamlessly loop back to the beginning when reaching the end of the slides. However, in my implementation, the slides do not wrap around correctly, and the carousel stops at the last slide.
Steps to Reproduce
true
.Expected Behavior
The carousel should loop back to the first slide after reaching the last slide, creating a seamless wrap-around effect.
Actual Behavior
When on first slide the last adjacent slide flickers and similarly when on last slide the adjacent first slides flickers.
Using this with apostrophe, version 4.8.1.
Please let me know if you need any further information or if there are any workarounds for this issue.
The text was updated successfully, but these errors were encountered: