Animations

Hello, is there any way that I can add animations, like from Lottie for example, in Intuiface?

Hi @gabriel,

You can achieve this by using a HTML Frame Asset in Composer and using the Iframe code feature of the animation from Lottie. Copy and Paste the Iframe code into the HTML Frame Asset and you should see the anmiation work as expected.

See the code and a screenshot inside Composer below:

<iframe width="900px"  height="800px" src="https://embed.lottiefiles.com/animation/145027"></iframe>"

In Composer Play mode:
HTML Frame Output

Does this answer your question?

Kind Regards

Louie

3 Likes