Lottie Animation Play on Mouse Hover and Pause on Hover Out

Is it possible to have a lottie animation start playing on mouse hover and pause on mouse hover out at the current frame? I want to resume the lottie animation where it left off when there is another mouse hover event. Right now I have the lottie animation playing on mouse hover and it continues to play on hover out instead of pausing. When you hover back in it restarts to the first frame.


Here is my public share link: LINK
(how to access public share link)

Could you figure it out?

Hey, I just posted an answer here explaining how to set up pause on hover in and play otherwise. You just have to switch the actions inside mouseover and mouseout event listeners to get the opposite interaction (play on hover and paused otherwise).