This commit is contained in:
@@ -43,8 +43,3 @@ body {
|
||||
/* [data-order="19"] {
|
||||
transition: all 0.3s ease-out 0.2s !important;
|
||||
} */
|
||||
[data-order], .annotation, .progress-fill, .zoom-image, .float-card {
|
||||
transform: translateZ(0); /* 开启硬件加速,将元素交给 GPU 渲染 */
|
||||
will-change: opacity, transform; /* 告诉浏览器提前优化这个元素 */
|
||||
backface-visibility: hidden; /* 防止元素翻转时的闪烁 */
|
||||
}
|
||||
Reference in New Issue
Block a user