Wix Tutorial - Auto scroll page, using Wix Code
This code lets you automatically scroll to the next strip.
Elements:
Elements:
-
Strip 1: #ColumnStrip1 | Add onViewportEntert event in the Properties Panel
-
Strip 2: #ColumnStrip2 | Add onViewportEntert event in the Properties Panel
-
Strip 3: #ColumnStrip3 | Add onViewportEntert event in the Properties Panel
-
Strip 4: #ColumnStrip4 | Add onViewportEntert event in the Properties Panel
-
Strip 5: #ColumnStrip5 | Add onViewportEntert event in the Properties Panel
-
Strip 6: #ColumnStrip6 | Add onViewportEntert event in the Properties Panel
Wix Code:
export function columnStrip1_viewportEnter(event, $w) {
$w("#columnStrip1").scrollTo();
}
export function columnStrip2_viewportEnter(event, $w) {
$w("#columnStrip2").scrollTo();
}
export function columnStrip3_viewportEnter(event, $w) {
$w("#columnStrip3").scrollTo();
}
export function columnStrip4_viewportEnter(event, $w) {
$w("#columnStrip4").scrollTo();
}
export function columnStrip5_viewportEnter(event, $w) {
$w("#columnStrip5").scrollTo();
}
export function columnStrip6_viewportEnter(event, $w) {
$w("#columnStrip6").scrollTo();
}
Demo:
see how this page functions. It has 6 strips, name columnStrip1, columnStrip2, columnStrip3, columnStrip4, columnStrip5, and columnStrip6,
![Wix Code Auto Scroll](https://static.wixstatic.com/media/5cf02b_7a11cd1eb4f04cc2a0e9656f341c655d~mv2.jpg/v1/fill/w_439,h_384,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Wix%20Code%20Auto%20Scroll.jpg)
![Surf Boards](https://static.wixstatic.com/media/75d32154358e451d94f7c9538bd45c23.jpg/v1/fill/w_945,h_630,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/75d32154358e451d94f7c9538bd45c23.jpg)
![Surfers](https://static.wixstatic.com/media/d3bb8c4ffafc44798f1e435f93c04d59.jpg/v1/fill/w_947,h_630,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/d3bb8c4ffafc44798f1e435f93c04d59.jpg)
![Surfing](https://static.wixstatic.com/media/842e8b5e3918486fb2757103bed7eb03.jpg/v1/fill/w_980,h_612,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/842e8b5e3918486fb2757103bed7eb03.jpg)
![Surfer Resting](https://static.wixstatic.com/media/11062b_0e99a0cced9d4e82b2fee9535e54e126~mv2.jpg/v1/fill/w_945,h_630,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_0e99a0cced9d4e82b2fee9535e54e126~mv2.jpg)