Delaying a button

Here’s what I have:

I have a splash screen with a video on it (about 1 1/2 minute video). I have a button that says ENTER SITE.

Because it takes a few seconds for the video to load, I want to give my viewer the opportunity to view the video first, THEN load the ENTER SITE button.

The way it works now is that when the splash page loads, the button comes up first while the video loads. Viewers might click the button before even having a chance to view the video.

Ideally, I would like the button to be delayed until a few seconds after the video loads … if that’s possible.
Or - is there a better way to make this work so the viewer has a chance to see the video before the button appears?

Thanks,
Cheers

You don’t need to use code for this as you could just animate the button using Wix Editor.
https://support.wix.com/en/article/adding-an-animation-to-an-element
https://support.wix.com/en/article/customizing-an-animation

If the inbuilt animations are not suitable, then you can look at adding effects through code where you can setup the duration, direction and delay of it.
https://www.wix.com/corvid/reference/$w.EffectOptions.html

Thanks Whiskey - YEP, I thought of that but forgot how to do it. It’s an animation, not in effects. Thanks.\