ipad css animations cause flicker

1.use webkit css animations cause flicker /* Adding "-webkit-backface-visibility: hidden;" to each element we animated */ -webkit-backface-visibility: hidden; 2.initial flicker after reloading the page /* Adding "-webkit-perspective: 1000" to each element we animated */ -webkit-perspective: 1000; 3.some other images can not display after use translate3d /* Adding "-webkit-transform:translate3d(0,0,0);" on a #wrapper element */ -webkit-transform:translate3d(0,0,0);

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.