dgileadi / zepto-page-transitions

HTML5 Page Transitions similar to JQuery Mobile page transitions, but standalone (13k) and using Zepto.js
166 stars 46 forks source link

Use translate3D instead of translateX for slide transitions #20

Closed Ruffio closed 11 years ago

Ruffio commented 11 years ago

In order to kick in 3d acceleration for webkit browsers, I think it would be a good idea to use translate3d instead of translateX for slide transitions as per: https://github.com/jquery/jquery-mobile/commit/cf3a07a3d52731c1037e0874f3e3c77501255c9e

It should also be applied to up/down slide in/out...

Ruffio commented 11 years ago

I have made a fork with the above changes that you can use: https://github.com/Ruffio/zepto-page-transitions.git