Closed Ruffio closed 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...
I have made a fork with the above changes that you can use: https://github.com/Ruffio/zepto-page-transitions.git
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...