在用CSS3做动画的时候,在IOS设备上图片会显示得比较模糊,动画结束之后会好,请问如何解决?
业精于勤,荒于嬉;行成于思,毁于随。
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.
Add a pseudo class, try this?
Last year’s question! ! ! Since the GPU draws, the animation part is preloaded through :after, which looks better.