react-swipeable-views
react-swipeable-views copied to clipboard
Slide flickering on safari and firefox
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
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)
- Go to sandbox
- Slide between main slides (not between subslides)
- Try it on both Safari and Chrome
- 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 |
It happens with me here too.