top of page

Create a Lazy Loader in Wix

Updated: Dec 30, 2024



Velo Code:


export function loadingStrip_viewportEnter(event) {
    $w("#loadMore").show();
    $w("#dataset1").loadMore()
        .then(() => {
            $w("#loadMore").hide();
        });
}

Enjoy!

Scene 02 (0-00-00-26).jpg

elevate your client projects?

Transform Your Projects with the Ultimate 2024-2025 Wix Studio Template Bundle!

Group 8.png
bottom of page