If you run this JavaScript function, it will scroll your visitor immediately to position 0 (on the X axis) and 0 (on the Y axis) --> window.scrollTo(0,0);
This could be run either ‘on Scene Load’ for your scenes, or in response to a button action.
If you run this JavaScript function, it will scroll your visitor immediately to position 0 (on the X axis) and 0 (on the Y axis) --> window.scrollTo(0,0);
This could be run either ‘on Scene Load’ for your scenes, or in response to a button action.