airbnb / lottie-ios

An iOS library to natively render After Effects vector animations
http://airbnb.io/lottie/
Apache License 2.0
25.7k stars 3.74k forks source link

Add possibility to remove ValueProvider #2474

Closed batanus closed 3 weeks ago

batanus commented 3 weeks ago

Summary

Previously, when the animation property was set, all ValueProviders for AnimatioView were reset (see https://github.com/airbnb/lottie-ios/issues/920). Now it's not so (see https://github.com/airbnb/lottie-ios/discussions/2390)

calda commented 3 weeks ago

You'll also need to run bundle exec rake format:swift, which automatically reformats the code to follow Airbnb's Swift Style Guide.