Closed HardeepAsrani closed 2 years ago
Note: I checked what @Soare-Robert-Daniel said in the meeting about newer versions of lottie-player
, and they still don't support .lottie
files. So, the dotLottie player component is needed.
@arinaturcu Yea, that's the one I had seen.
:tada: This issue has been resolved in version 2.1.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description:
We need to add support for .lottie format for the Animations.
You can take a look at how the player here handles when you use these two different files, the code changes:
You can find the lottie-player component here that works with .lottie files: https://github.com/dotlottie/player-component - so we can load them based on which file is being used. We just need to make sure the both files work the same way in the front and backend.
Alternatives:
Find some way to convert .lottie to .json