【问题标题】:Isotope blurred elements in google chrome谷歌浏览器中的同位素模糊元素
【发布时间】:2014-03-28 15:46:30
【问题描述】:

我在谷歌浏览器中使用同位素,所有项目包含:

-webkit-transform: translate3d(properties);

每个偶数元素[2,4,6,8,10,12,14...] 在 chrome 中都是模糊的,在 Firefox 中一切正常

这里是第一个元素的属性:

position: absolute; left: 0px; top: 0px; -webkit-transform: translate3d(0px, 0px, 0px);
position: absolute; left: 0px; top: 0px; -webkit-transform: translate3d(225px, 0px, 0px);
position: absolute; left: 0px; top: 0px; -webkit-transform: translate3d(450px, 0px, 0px);
position: absolute; left: 0px; top: 0px; -webkit-transform: translate3d(675px, 0px, 0px);
position: absolute; left: 0px; top: 0px; -webkit-transform: translate3d(900px, 0px, 0px);
position: absolute; left: 0px; top: 0px; -webkit-transform: translate3d(0px, 183px, 0px);

我尝试使用 -webkit-transform: scale3d(0.5, 0.5, 1);但它不起作用

【问题讨论】:

标签: javascript jquery css google-chrome jquery-isotope


【解决方案1】:

这可能是视角。尝试将默认透视图放在您的元素上。 Safari 上的 3D 按钮也有类似的问题。

【讨论】:

    猜你喜欢
    • 2016-10-30
    • 2013-11-23
    • 1970-01-01
    • 2016-02-02
    • 1970-01-01
    • 2012-09-17
    • 1970-01-01
    • 1970-01-01
    • 2021-03-19
    相关资源
    最近更新 更多