在 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
love 2020-08-07 14:19:13 +08:00
我这里不卡。
about:support 看 Graphics 是否效果全开,不开可以手动强开 |