transform:scale(3)动画过程图片变模糊,动画结束隔个半秒图片边清晰,有遇到过相同情况的
阿神2017-04-17 11:33:39
Personal opinion:
Assuming that the image originally only has 100*100
pixels, and it is enlarged to scale(1.1)
by 110*110
, the image will naturally be blurred.
According to this idea, one solution is to cut the image into 110*110
, and only display the size of 100*100
pixels on the page. When it is cut into scale(1.1)
, the image will not be blurry.
PHP中文网2017-04-17 11:33:39
It will become blurry if it becomes larger. You can make it larger when cutting, 300*300