Firefox svg动画在特定的PC上冻结

时间:2015-11-19 07:40:05

标签: css firefox svg css-animations

我已经获得了这个特定于Firefox的code

    //problem is here
    #mask0 path {
        stroke: white;
        stroke-width: 0;

        transition: all 5s;
    }

    input:checked + svg #mask0 path {
        stroke-width: 1;
    }

它在firefox浏览器的不同设备,平台和版本上运行良好,但在目标设备(信息终端)上,它可能会长时间冻结(几分钟)。 设备:intel xeon,4GB ram,archlinux 64bit,firefox 41。 问题不在于缺乏计算机能力,因为在冻结cpu使用时间小于4%且公羊使用率小于10%。视频驱动程序也检查和工作。其他css动画按要求工作。

1 个答案:

答案 0 :(得分:0)

更新到firefox的开发版本(44)解决了这个问题