Wix - linking to new pages

Does anyone know how to create a link where a home page automatically opens to a new page, using the same window? In other words, the Home page becomes, in effect, a splash page, and once the opening graphic/animation/video is finished, then the new page opens. It’s a pretty common technique. Does anyone know if Wix supports this? When I’m on the Manage Pages section and I click the link tab, it will only give me the option of a web address, but not a new page. Would really appreciate any advice. Thanks!

Search the forum as per the forum guidelines before posting and you would find your answer.
https://www.wix.com/corvid/forum/community-discussion/auto-loading-a-page-after-time
https://www.wix.com/corvid/forum/community-discussion/redirect-page-after-a-time-delay
https://www.wix.com/corvid/forum/community-discussion/countdown-finish-redirect-to-another-page

Great, thank you. But is this for mobile only?

If you write it in the desktop editor page code then it will work for all versions of your website for that page.

The same if you use the site code tab and it will apply to all pages on your website.

If you are wanting to have certain things happen only on desktop, tablet or mobile versions of your website, then you need to be looking at the Wix Window API and the formFactor function.
https://www.wix.com/corvid/reference/wix-window.html#formFactor

Mobile only for example.
https://support.wix.com/en/article/corvid-tutorial-displaying-elements-in-mobile-only
https://support.wix.com/en/article/corvid-writing-code-that-only-runs-on-mobile-devices

Or mobile only pages.
https://support.wix.com/en/article/showing-a-page-on-your-mobile-site-only

Or mobile only redirect,
https://support.wix.com/en/article/corvid-tutorial-redirecting-mobile-visitors

Thank you!