This is a lottie runtime created by Galacean Engine. It is high-performance owing to drawing all sprites in batch, which is different from svg or canvas renderer of lottie-web.
See more info: documentation
- Sprite element: transform and opacity animation.
- Text element
- 3D rotation: rotate element in 3D space.
- Animation clip: play animation clip.
- Sprite mask
- Shape element
- Expression
See: https://galacean.antgroup.com/engine/docs/graphics/2D/lottie/
npm i @galacean/engine-lottie --save
Everyone is welcome to create issues or submit pull requests. Make sure to read the Contributing Guide before submitting changes.
1.Clone this repository and install the dependencies:
npm i
2.Run the example:
npm run example
MIT