hologfx / holographics-issues

This repository is for tracking bugs and issues with Holographics that our users may want to contribute.
MIT License
1 stars 0 forks source link

[Feature] Lottie animation #16

Open davidperrenoud opened 4 years ago

davidperrenoud commented 4 years ago

Here is my widget to play Lottie animations.

You have to provide the JSON of the animation:

By clicking on New entry you can create a set of up to 10 text labels that will be replaced in the animation. For example in my Lottie animation, I added a placeholder text called TITLE and then put "Hello World" under Replace 1 and "TITLE" under Find 1.

hologfx-lottie

To install this widget, click on Add, then on Open widget dir and extract the following zip file in the directory that has been opened:

Download Lottie.zip

florisporro commented 4 years ago

Very impressive, this is definitely something we have to explore in more detail. Never realized this would be so versatile and even allows text replacement! We've been looking into adding a canvas-based renderer into Holographics, but perhaps this is a more versatile option.