airbnb / lottie-ios

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

reuse LottieView and prevent .configure from being called again #2295

Closed Bjorninn1 closed 9 months ago

Bjorninn1 commented 9 months ago

Hello, is there a way to prevent a LottieView from updating its valueproviders after setting them for the first time inside .configure?

Which Version of Lottie are you using?

Lottie 4.3.4

Expected Behavior

value providers should stay as originally set

Actual Behavior

value providers are being reset even if I use an .id(url) on the LottieView

Animation JSON

calda commented 9 months ago

Please share sample code, or ideally a sample project, that demonstrates this issue

github-actions[bot] commented 9 months ago

This issue is stale because it is marked "can't reproduce" and has had no activity in the past week. Please comment with additional information, or this issue will be closed due to inactivity in one week.