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
When swiping with the keyboard after interacting with a button in a slide there will be a transition in the opposite direction when reaching the overscan limit from the origin slide with the button.
Expected Behavior
There shouldn't be an extra redundant transition when reaching the overscan limit
Swipe 2 times to the right with the arrow keys. (notice that I have set the overscanSlideBefore and overscanSlideAfter to 1)
You will notice a transition effect in the opposite direction of your swiping.
Your Environment
Tech
Version
react-swipeable-views
0.14.0
React
17.0.2
platform
Chrome
The text was updated successfully, but these errors were encountered:
m-shojaei
changed the title
Virtualized SwipeableViews: Redundant transition when reaching the overscan limit when swiping with arrow keys
Virtualized SwipeableViews: Redundant transition when reaching the overscan limit while swiping with arrow keys
Dec 30, 2021
m-shojaei
added a commit
to TouchtechAB/react-swipeable-views
that referenced
this issue
Jan 5, 2022
When swiping with the keyboard after interacting with a button in a slide there will be a transition in the opposite direction when reaching the overscan limit from the origin slide with the button.
Expected Behavior
There shouldn't be an extra redundant transition when reaching the overscan limit
Steps to Reproduce (for bugs)
https://codesandbox.io/s/virtualized-swipeableviews-transition-issue-dzct7?file=/demo.js
overscanSlideBefore
andoverscanSlideAfter
to 1)Your Environment
The text was updated successfully, but these errors were encountered: