Baseflow / LottieXamarin

Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
https://baseflow.com
Apache License 2.0
1.22k stars 261 forks source link

can't pingpong animation in Xamarin.Forms #340

Open SmatchyLaPaglia opened 3 years ago

SmatchyLaPaglia commented 3 years ago

When I set RepeatMode to Infinite, it just restarts it over and over. I need the animation to do a pingpong loop. I've tried editing the json directly to "loopOut();loopIn(“pingpong”);" but it doesn't work.