Create dynamic hover map using Lottie

I want to create an interactive map similar to the one discussed here in this tutorial:
SVG Map Rollovers | CSS-Tricks - CSS-Tricks

But instead of simply highlighting the map elements on hover, I want to be able to do more advanced stuff like male the elements pop out of the map a bit, add a shadow effect, and maybe some cool transition effects. But I’m wondering if it is possible to do this with a Lottie animation? I know that you can trigger the animation to run on hover but is it possible to set it up so that different areas of the animation can animate on hover as in the map example I showed above?

Thank you,
Jason O

Here’s a much better example of what I want to achieve but using Lottie:

Any help appreciated!