ios 9 mobile safari has a blinking bug with transform scale3d and translate3d
I've developed the menu of the mobile website: http://famosos.globo.com/ (click the burger icon on the bottom of the page) Its a carousel of brands using swiper 3.0.8, when you swipe to any direction on ios 9 safari the brands keep blinking. I found out that it's because i use transform: scale3d (also happens with normal transform: scale) while the translate3d of swiper happens. I've tried using preserve-3d and backface-visibility tricks, but it still keeps blinking when you swipe. I've tried to isolate the swiper and scale code on this codepen: http://codepen.io/guilhermebruzzi/pen/BoKovN but