azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)
Apache License 2.0
274 stars 45 forks source link

Bezier curves are getting flattened #18

Closed mltejera closed 6 years ago

mltejera commented 6 years ago

It appears LottieUWP is flattening bezier curves to be linear. We were able to verify that the iOS port maintained the curves and could find several references to 'bezier' in the source code. We have not had a chance to test the same animation in Android yet, but noted there was only 1 reference to 'bezier' in the Android code.

azchohfi commented 6 years ago

Could you send me a JSON file with the sample that is not working? If that is being achieved using expressions, than it wont work. Expressions are not supported.

mltejera commented 6 years ago

Talked to my motion designer - that animation did not use expressions for animations.

azchohfi commented 6 years ago

Fixed! Please test again using newest MyGet version.