Automatically go to specified page

Hey there,

completely new to wix code, as i come from a flash background. in flash you are able to make transitions using go to and play function. I have a series of gifs that i wan to use to create animated pages and transitions. So example ! Page 01 animated gif loops, click button go to transitions page which play gif for certain amount of time then automatically jumps to page 2. Is this possible ?

Hello,

Start from checking out our documentation and examples .

You can redirect your users from one page to another using setTimeout() and wixLocation.to() .

https://www.w3schools.com/jsref/met_win_settimeout.asp
https://www.wix.com/corvid/reference/wix-location.html

Note that you can only change page transitions via Editor functionality as described in the Setting Your Page Transitions article.

THANKS :slight_smile: