Code for Video Background

Hello,

I am hoping someone can assist me. I have an animation that starts playing on the loading page and disappears after 2 seconds, revealing the background video. The background video also auto starts when the page loads, so I need to add a 2-second delay before the video starts playing. This way the video will start after the animation finishes.

Thanks in advance!

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

Afaik Webflow’s background video always autoplays.
You could write some code to find that video element, pause it, wait 2 sec, and then start it.

Alternatively you’d need to make your own <video> element so you can start it paused, and script-control it directly.