flowfire
V2EX  ›  前端开发

firfox 的硬件加速是不是没 chrome 好用。。。。。

By flowfire at 2020 年 8 月 7 日 · 1899 次点击

在 B 站首页添加如下 css,
chrome 里的效果如丝般顺滑,firefox 里就卡卡的
设备:Macbook Pro 15-inch 2017 , MacOS 10.15.6

@keyframes hues{
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

body{
    animation-name: hues;
    animation-duration: 2s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
1 条回复  •  2020-08-07 14:19:13 +08:00
love
   1
love  
   2020 年 8 月 7 日
我这里不卡。
about:support
看 Graphics 是否效果全开,不开可以手动强开
© 2026 V2EX · 20ms · 3.9.8.5