top of page

How to Add Liquid Scroll to Your Wix Studio Website

Want to give your Wix Studio site a smooth, professional scroll effect like top-tier design agencies? Liquid Scroll (powered by Lenis.js) is a lightweight way to enhance user experience—and it’s super easy to install.


Here’s how you can add it to every page on your Wix Studio website in just a few minutes.


✅ Step-by-Step: Add Liquid Scroll to Wix Studio

1. Copy the Code Below:


<!-- Load Lenis Smooth Scroll -->


<style>

html.lenis, html.lenis body {

height: auto;

}


.lenis.lenis-smooth {

scroll-behavior: auto !important;

}


.lenis.lenis-smooth [data-lenis-prevent] {

overscroll-behavior: contain;

}


.lenis.lenis-stopped {

overflow: hidden;

}


.lenis.lenis-scrolling iframe {

pointer-events: none;

}

</style>


<script>

const lenis = new Lenis({

lerp: 0.1,

wheelMultiplier: 0.7,

gestureOrientation: "vertical",

normalizeWheel: false,

smoothTouch: false,

})


lenis.on('scroll', (e) => {

console.log(e)

})


function raf(time) {

lenis.raf(time)

requestAnimationFrame(raf)

}


requestAnimationFrame(raf)

</script>


2. Open Your Wix Dashboard

  • Log in to your Wix account.

  • Choose the site where you want to add the effect.


3. Go to Settings → Custom Code

  • In the left-hand menu, scroll to Settings.

  • Then scroll again to Custom Code and open it.


4. Add the Code

  • Click + Add Custom Code.

  • Paste the full code snippet above.

  • Give it a name like: Liquid Scroll.

  • Select:

    • Place code in: Head

    • Load code on each new page

  • Choose your domain, then click Save.


5. Refresh Your Browser

  • Open your site in a new tab or window.

  • Refresh the page, and you'll see the smooth scroll effect in action!


🌟 Why Use Liquid Scroll?

  • Smooth UX for visitors

  • Simple installation—no app needed

  • Lightweight and fast

  • Professional look and feel



Need Help Customizing Your Site?

We specialize in fast, clean, and responsive Wix Studio design and custom code enhancements.🔧 Contact Dallas Texas Web Design Co. to take your site to the next level.


 
 
 

2 comentarios

Obtuvo 0 de 5 estrellas.
Aún no hay calificaciones

Agrega una calificación
maxwellmarco
2 days ago
Obtuvo 5 de 5 estrellas.

The assignments have enabled students to have a positive impact on their education. As a recipient of the award, I can say that helping children with their schoolwork is vital to their academic advancement. There are clear benefits, such as improved skills, better support, and better time management. By hiring someone to take tests under my supervision, students can do their homework, perform better in school, and work toward their educational goals. One of the best things about getting Online accounting homework help is being able to talk to someone who knows what they are talking about. Dedicated scholars who know a lot about their fields provide the help. Because they are experts, they can study in depth, focus on difficult…

Me gusta

Invitado
5 days ago
Obtuvo 5 de 5 estrellas.

This is a game-changer—literally smoother than my best run in Geometry Dash Lite. Adding Liquid Scroll to my Wix Studio site gave it that buttery scroll feel you'd expect from a high-end agency site.

Me gusta
bottom of page