jamielob / transitions

Easy to use CSS3 transitions for use in MeteorJS
http://transitions-demo.meteor.com
53 stars 6 forks source link

Android/iOS Optimizations? #20

Open ghost opened 8 years ago

ghost commented 8 years ago

Any suggestions for optimizing these transitions for Android / iOS?

They work, but they don't work smoothly. I'm using the Slide Out/In transition and it kind of hangs on the transition for about 500 miliseconds then rushes through the transition. I've tried general optimization techniques for mobile such as: -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden;

etc.

Any suggestions?

jamielob commented 8 years ago

@chriskgregory - When I wrote this package I hadn't used it much on Android. Since then I haven't had much luck with getting CSS transitions working smoothly on Android devices, especially older ones. If you're already forcing hardware acceleration with translateZ then I don't have anything else to suggest I'm afraid.

ghost commented 8 years ago

I'll probably dig into the source code and use Velocity which for me works well :) Love the package by the way, really looks great.

Thanks for the quick response!

jamielob commented 8 years ago

No problem. Pull requests welcome!