Hover show/hide interaction for video element

Hello All, I am wondering if it’s possible to hover to show/hide a video loop.

Here is an example of what I am trying to create:

Yes, you can use hover interactions to show and hide a looping video. Set the video box opacity to 0 and then add a hover interaction that changes the opacity to 100%.

Thanks so much!