LottieFiles / jlottie

A small-footprint lottie player in Javascript
https://lottiefiles.github.io/jlottie/
MIT License
183 stars 14 forks source link

Position Problems with Animation Test page #26

Open luciyamaji opened 3 years ago

luciyamaji commented 3 years ago

All shapes are been repositioned at the player. Can you tell me why this is happening?

Link: https://lottiefiles.github.io/jlottie/

Steps to reproduce:

1. Open the above link
2. Enter: https://assets5.lottiefiles.com/packages/lf20_ykcdxg7n.json

Expected: loads animation as https://lottiefiles.com/share/ykcdxg7n Actual: https://drive.google.com/file/d/1yY0rrD3UitaC7m-7_0Bkq7BtNTLwgIhl/view?usp=sharing

shaafiee commented 3 years ago

There are two methods to describing bezier curves for describing translations in Lottie JSON. jLottie currently supports the more prevalent of the two.

We will be shortly pushing a version that also supports the less prominent bezier description syntax, which is the one being used to describe the translations in this particular Lottie animation.