- Description
I am working in a company where the marketing team are creating animation files via Adobe and exporting them as lottie json files for my application.
- Problem
Most of the animation are working corectly on android devices, without problems. But then its working perfectly on android, i had problems on IOS.
The animation has some masks to hide some falling stuff. The mask are moving by the animation. Android has no problem with it, but Ios reanders it very weird. The animation was little bit jumping and the falling stuff are stopped for some ms. So it falls not smoothely behind each other.
So what we did at the moment.
We were playing with masks. We deleted some masks and created new animation which was not so complex. It works better on IOS. But after this manipulation we had problems on android :D On android was the animation no more smoothe, it was lagging.
At the end, i dont know what the perfect solution for this problem is. So we created an animation for IOS with less masks and for android with more masks. Now i am using different animation files for IOS and Android.
If i will ever know more about this, i will let you all know .)