Hi!
I would like to know if there's a way to animate a HTML video.
What I would like to do is to add a link to another page on the video, but that link should appear just for a few seconds.
For example, the video starts with no animations. Then on second 12, the link appears for 5 seconds and disappears again. I'm thinking of using the video currentTime like this codepen I created: https://codepen.io/sonder15478/pen/Ppeyry
Any ideas of how to do it?