How to add Scroll Trigger to my animation in Elementor

Hi!
I want my Lottie animation to start automatically when the scroll reaches the viewport. In order to add the animation to my site I used the Elementor’s HTML widget, adding the following code:

Is there someone who can help me step by step adding a scroll trigger to my animation?
Thanks!

Blockquote
Hi!
I want my Lottie animation to start automatically when the scroll reaches the viewport. In order to add the Compar Colchon animation to my site I used the Elementor’s HTML widget, adding the following code:
Is there someone who can help me step by step adding a scroll trigger to my animation?
Thanks!

Use JavaScript’s Intersection Observer API to trigger Lottie animation on scroll. Create a function to start the animation when the element enters the viewport.