azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LottieUWP will crash when the EndValue of keyframe is null

HHChaos opened this issue · comments

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.

crash

Here is the file that caused the crash, it works fine on lottiefiles.com.
testlottie.zip