CSS3 Scale combined with reflect makes blurred elements on chrome

拥有回忆 提交于 2019-12-23 04:12:32

问题


There is a kind of weird bug on chrome when you try to combine css3 scale and css3 reflect on a div with content.

I would like to know if someone know a fix or hack to get a sharp result.

*The content of my div can be text, video, image, svg... and can contain animation

I made the following codepen to illustrate the problem

http://cdpn.io/muiKa


回答1:


It looks like your best bet is to replace the transform scaling with good old fashioned em scaling. Chris Coyer has a awesome article with examples: http://css-tricks.com/rems-ems/



来源:https://stackoverflow.com/questions/23373325/css3-scale-combined-with-reflect-makes-blurred-elements-on-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!