iOS Webkit animation performance suffers only on retina display

删除回忆录丶 提交于 2019-12-12 02:16:43

问题


I have a mobile application using css transitions to animate the opacity of various page elements (fading in and out). It's also worth noting that I'm using an embedded font throughout the page. I notice that the page's performance is absolutely terrible on an iPhone 4, and only on that device. On the 3GS performance is just fine.

Not only are animations choppy; even scrolling the page and tapping page elements like select tags takes forever.

Might anyone have insight into improving animation/rendering performance on a retina display iPhone?

来源:https://stackoverflow.com/questions/6392927/ios-webkit-animation-performance-suffers-only-on-retina-display

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