beedesk / jQTouch

jQT + actively maintained + exclusive features (iPad layout, iscroll, tons of css enhancements, page events, param passing between pages, radio button, grid, mail, improved page history management etc.)
http://bit.ly/beedesk-jqt
MIT License
72 stars 13 forks source link

Make flicker avoidance optional (translate3d) #28

Closed thomasyip closed 12 years ago

thomasyip commented 12 years ago

Currently, there are css with translate3d() and preserve3d added to css. They are used to avoid flicker in page transition.

Those should be made optional.

(PS. Merge it into pf when closing this bug.)

thomasyip commented 12 years ago

The bug was filed because we saw very problematic slowness with Chrome on ubuntu. The issue was with Chrome and graphic driver. So, we probably don't really need to make this change anymore.