Open ghost opened 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.
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!
No problem. Pull requests welcome!
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?