Open NatkaDzoll opened 10 months ago
@NatkaDzoll To address the scrolling issue with the carousel, our team plans to adjust the scrolling algorithm during the next sprint.
This modification is aimed to make the carousel scroll amount equal to the width of one slide, regardless of the slide's current width, in order to provide a consistent user experience.
Enhance the functionality and user experience of the carousel.
1) Fix carousel scrolling issue:
Also during the sprint following things will be fixed:
2) Placeholder does not support JSX.Element:
3) Refactor the carousel component to provide more flexibility in the positioning of indicators.
4) Resolve carousel bug that makes scroll visible:
5) Optimize carousel indicators display when there are many items, especially on mobile:
Describe the Bug
Carousel with large slide width, step={1} On the first flip, the next slide is set in the center, but the subsequent flip scrolls almost to the end of the slides, skipping a few.
To Reproduce
Steps to reproduce the behavior
Expected Behavior
A step-by-step transition is expected
Possible Solution
Not obligatory, but suggest a fix/reason for the bug or ideas how to implement the addition or change.
Screenshots
If applicable, add screenshots to help explain your problem.
Your Environment
Additional Context
Add any other context about the problem here.