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
Describe the bug
Currently there is a bug if the row count is bigger than the children itself. The ui is fine but when you start to drag, the ui will flashing faster (it's going left and right very fast) and the it eventually will stop and it will make the offset very weird.
As per code block above, the row must be higher than the number of children
Based on the screenshot above, the green color box will be initial display. When the user scroll or drag the carousel, the red color box highlighted the bug happened
Expected behavior
Is either disabling the animation or physic scrolling.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently there is a bug if the row count is bigger than the children itself. The ui is fine but when you start to drag, the ui will flashing faster (it's going left and right very fast) and the it eventually will stop and it will make the offset very weird.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Is either disabling the animation or physic scrolling.
The text was updated successfully, but these errors were encountered: