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
In chrome there is no blinking when swiping across all the slides
Context
I am using react-swipeable-views for a tab component with subtabs in it, and both the tabs and the subtabs are wrapped into Swipeable Views (similar to the code sandbox provided)
Your Environment
Tech
Version
react-swipeable-views
0.13.9
React
16.14
platform
FF, safari
The text was updated successfully, but these errors were encountered:
Expected Behavior
There is no flicker when I slide from slide 1 to slide 2 and vice-versa
Current Behavior
Slides flicker/blink when sliding from one to another. This happens on safari and firefox. Tried with
-webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden;
and similar solutions but it isn't working
Steps to Reproduce (for bugs)
Context
I am using react-swipeable-views for a tab component with subtabs in it, and both the tabs and the subtabs are wrapped into Swipeable Views (similar to the code sandbox provided)
Your Environment
The text was updated successfully, but these errors were encountered: