Lottie tutorial?
-
By Resizing The UI To X2 The Animation Looses The Quality!!!
But, What's Up, It Should Work As Animated SVG Files, Right? With No Fuzziness!!!
-
@Natan Hi
Found the file but I don't know in which specific file to place (there are a lot of "lib" folders)
-
@nesta99 Any hint please?
-
@nesta99 There should be only one in your computer called
/usr/local/lib/
-
@ustk Thanks man!
As you can see here, i cant drag and drop. Please do you know the reason?
-
@nesta99 Try copy paste instead.
How do you add the rlottie library to your installer so that the end user can see the animations?
-
I've added the library to packages as shown in the image, but it's not being installed, any ideas?
Is this one of those situations where I need to use a post install script?
-
@d-healey Working now. Ahaha don't know how/were to start tho.
-
I found a solution for the installer. I just added the library as a separate package and gave it "librlottie" as the identifier. I also set the package to be required. I'll add this to my exporter tool when I do the next round of updates.
-
Hi everyone.
After having the desired animation and the compressed file, how can i Load it to the panel Please?
Any help is appreciated. Thanks
-
@nesta99 please guys, any idea?
-
@nesta99 I think you should press "Compress" and copy the data.
then in Hise you make a reference to it like this:const var animData = ("here goes your compressed data");
in the panel:
panel.setAnimation(animData);
-
@ulrik thanks a lot. Will try it now!