2015-01-07 52 views
3

我試圖實現這個http://codepen.io/keithclark/pen/JycFw,但經歷了嚴重的電影和使用手機在鉻的滯後。TranslateZ性能問題在移動

#slide1:before { 
    background-image: url("http://lorempixel.com/output/abstract-q-c-640-480-4.jpg"); 
    transform: translateZ(-1px) scale(2); 
    z-index:-1; 
} 

經過研究,我試圖使用變換3d,背面,透視等,但仍然經歷了滯後的滾動體驗。

回答