translate3d + scale不会在chrome 51上重绘

时间:2016-06-24 08:56:17

标签: google-chrome css-transitions css-animations css-transforms

在chrome 51上,为什么translate3d + scale在没有过渡的情况下变得模糊?错误或预期? https://jsfiddle.net/hkzxwomy/2/

我不会发生翻译+比例,或单独缩放

container.style.transform = `translate3d(10px, 10px, 10px) scale(${scale})`;

1 个答案:

答案 0 :(得分:1)

从Chrome 53开始,如果该元素发生了改变,它将保持这种行为,如果没有它,Chrome将重新栅格化它

更多:https://www.chromestatus.com/feature/5637351992721408

演示:http://jsbin.com/vutotadido/1/edit?html,css,output

说明:https://docs.google.com/document/d/1f8WS99F9GORWP_m74l_JfsTHgCrHkbEorHYu72D4Xag/edit#