CSS3动画导致图片模糊
迷茫
迷茫 2017-04-17 11:34:30
0
2
613

在用CSS3做动画的时候,在IOS设备上图片会显示得比较模糊,动画结束之后会好,请问如何解决?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
巴扎黑

Add a pseudo class, try this?

p:after {
    content: '.';
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 102, 0, 0.1);
}
迷茫

Last year’s question! ! ! Since the GPU draws, the animation part is preloaded through :after, which looks better.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template