V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
flowfire
V2EX  ›  前端开发

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

  •  
  •   flowfire · 2020-08-07 14:12:52 +08:00 · 1152 次点击
    这是一个创建于 1351 天前的主题,其中的信息可能已经有所发展或是发生改变。

    在 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-08-07 14:19:13 +08:00
    我这里不卡。
    about:support
    看 Graphics 是否效果全开,不开可以手动强开
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3056 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 11:02 · PVG 19:02 · LAX 04:02 · JFK 07:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.