flowfire

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

  •  
  •   flowfire · Aug 7, 2020 · 1640 views
    This topic created in 2125 days ago, the information mentioned may be changed or developed.

    在 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 replies    2020-08-07 14:19:13 +08:00
    love
        1
    love  
       Aug 7, 2020
    我这里不卡。
    about:support
    看 Graphics 是否效果全开,不开可以手动强开
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5421 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 09:22 · PVG 17:22 · LAX 02:22 · JFK 05:22
    ♥ Do have faith in what you're doing.