Is animating in video fullscreen mode possible?

I think the trick would be to not take the video fullscreen, but instead take an container of the video fullscreen that would include other elements. There's a browser API requestFullscreen(); that can make any element take over the screen. There's a lot around the web that can touch on its uses and compatibility; also sample code in this post:

2 Likes