2010年8月29日

The webkitTransform problem of iPhone 4G

On iPhone 4G
this.element.style.webkitTransform = translate(...) is very slow.

You should use
this.element.style.webkitTransform = translate3d(...)

没有评论: