You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
LottieUWP will crash when using the lottie file exported by the latest Bodymovin.
The reason for the crash is that the EndValue of some keyframes is null (StartValue is a valid value), I think in this case the EndValue should be considered equal to StartValue instead of throwing an exception.
LottieUWP will crash when using the lottie file exported by the latest Bodymovin.
The reason for the crash is that the EndValue of some keyframes is null (StartValue is a valid value), I think in this case the EndValue should be considered equal to StartValue instead of throwing an exception.
Here is the file that caused the crash, it works fine on lottiefiles.com.
testlottie.zip