top of page
Crumpled Fabric

0

Turn Scroll Animation in Wix Studio

Click URL to copy

Jul 1, 2025

3 min read

WIX Ideas Team

Tags: Wix Studio Wix Studio Tutorial Wix Studio CSS tips Wix Studio Animation Animation and Interaction Wix Shape Scroll Effect Turn Scroll Animation


If you're looking to elevate the look and feel of your Wix Studio website with sleek, interactive animations, you're in the right place. At Wix Ideas, we specialize in simple, powerful tutorials that help you unlock the full potential of Wix and Wix Studio—without the stress.


In this quick guide, I’ll show you exactly how to add a beautiful turn animation to your site using ready-made design kits available in the Wix Studio editor. You don’t need to write a single line of code. Just point, click, and customize.


What is Wix Ideas?

Before we dive in, here’s a quick intro. I’m Walter, the creator of Wix Ideas—your go-to platform for everything Wix and Wix Studio. Whether you’re a beginner building your first site or a business owner looking to upgrade your existing one, Wix Ideas is here to guide you every step of the way.

We offer:


And of course, don’t forget to subscribe to our YouTube channel for video tutorials like the one this post is based on.


Step-by-Step: Add a Turn Animation in Wix Studio

Here’s how to add this eye-catching animation effect to your Wix Studio site:


1. Open the Wix Studio Editor

Head over to your Wix Studio website editor. This is where the magic begins.


2. Add a New Section

Click on the “Add Elements” button on the left sidebar. Scroll down to “Design Kits” — this is where Wix Studio has bundled pre-designed interactive sections that are fully customizable.


3. Choose the Grid Tech Animation

Under Grid Tech, look for the section that features the turn animation effect. Once you find it, click to add it to your page.


4. Customize It Your Way

Now comes the fun part. Change the default text to something like:

"Interactive Turn Animation - Wix Studio"

You can also:

  • Edit the content in the text boxes

  • Change the shapes and icons

  • Replace visuals to match your website’s brand

  • Add additional elements like buttons, links, or images


5. Publish and Preview

Hit that Publish button and view your new animation live. Refresh the page and see the smooth, beautiful animation added effortlessly to your site.


Why Use Wix Studio for Animations?

Wix Studio makes adding motion and interactive design incredibly intuitive. No complex coding. No expensive plugins. Just drag, drop, and design. And with tools like Design Kits and animations, your site will not only function well—it’ll look amazing.


At Wix Ideas, we’re big fans of Wix Studio because it gives creatives and entrepreneurs the power to build next-level websites with ease.


Want More Tutorials Like This?

If you enjoyed this tutorial, we’ve got more in store for you. Check out this video on scroll effects you can add to your Wix Studio website to make your pages even more interactive and dynamic.


👉 Watch more tutorials on WixIdeas.com


👉 Shop premium Wix & Wix Studio templates


👉 Request a quote for your project


Final Thoughts

Adding interactive animations in Wix Studio doesn’t have to be complicated. With tools like Design Kits and help from Wix Ideas, you can turn any idea into a polished, professional experience your visitors will love.

Don’t forget to subscribe to the Wix Ideas YouTube channel to stay up to date with more powerful and easy-to-follow tutorials.

See you in the next video—and until then, keep building with Wix Ideas.

Code


Leave a comment (0)

Thanks for leaving a comment🎉

Tusar

Tusar

May 1, 2025

Wix page printing

You suggestion on printing wix page helped to create print icon but print was not initiated. please help in this regard.

Reply

January 20, 2000

ahmed

ahmed

May 19, 2024

wix form data

Hi i need your help also in wix form submission

the problem is that some fields are generated when $w.onReady(function () { like day & date and when i choose the student name i get the phone number from database .

and the form save only the field u fill it by ur self like input or dropdown

Reply

Walter Odibi

Walter Odibi

January 20, 2000

bromar

bromar

Sep 29, 2023

Love the tutorial!!!

You are truly great at creating these instructional videos!! Thank you! I am having trouble figuring out . . 'the triggered email' . . it is not being sent to the user submitting the form, the form and the email to the admin works great. . Could you point me to where this might have already been addressed? or any other help? On a second note. .the submit button success/failure message will go back to the default message once it's connected to the data set(I couldn't figure that out either. )

Reply

Walter Odibi

Walter Odibi

January 20, 2000

kaan

kaan

Jun 4, 2023

wishlist and rating system

hello sir I try today 2 hours but not working if you want I pay money can you do this 2 ( wishlist and rating star) system please I send to you invaid

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Hi there, you can contact me here using the in-app chatbox

Waqas

Waqas

Apr 16, 2023

Triggered Email Backend

Hi mate please can you send email by backend

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Hi Waqas, there isn't a backend code for this tutorial. The emails will be sent from the client-side.

Ghan

Ghan

Dec 29, 2022

Great Tutorial

Hi !

First of all, I want to thank you for your great tutorials, they helped us a lot with the coding.
But I still need your help, if you don't mind. I have based on Save Calculated Field using Wix Data Hooks Codes, to code my form . but the problem is I don't know why the code only reads the computation for "week2" computation and not the "weeks"

here is the code

I also did a separate column in the dataset where the chosen datas for both fields will be placed.

$w.onReady (() => {
$w("#Person").onChange(() => {
$w("#weeks").onChange(() => {
$w("#week2").onChange(() => {
let person = Number($w("#Person").value);
let weeks = Number($w("#weeks").value);
let week2 = Number($w("#week2").value);


$w("#totalLabel").show();

$w("#totalLabel").text = `"${String(weeks * Number(person))}페소"`; //DESIGN YOUR MESSAGE
$w("#totalLabel").text = `"${String(week2 * Number(person))}페소"`; //DESIGN YOUR MESSAGE

});
});
});

});

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Hi there, thanks for your comment. I see why this is a problem. The onChange() function seems wrong in combination.

To combine onChangeFunctions use this method

$w("#Person, #weeks, #weeks2").onChange(() => {

//code here

});

Walter

Walter

Aug 8, 2022

More Details? Watch video

Hi, you can click here to watch the video https://www.youtube.com/watch?v=9bx7-nBeZ5c

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter

Walter

Jul 11, 2022

For you

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter Odibi

Walter Odibi

Apr 18, 2022

Awesome Feature

This tutorial shows you how to display views on your Wix repeater.

📺WATCH VIDEO HERE https://www.youtube.com/watch?v=Iz7SdaCSdXg

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter Odibi

Walter Odibi

Apr 18, 2022

Amazing tutorial

This amazing tutorial will show you how to a comment section to your WIX dynamic page.

📺WATCH VIDEO HERE https://www.youtube.com/watch?v=f8-vJQFNZ_c

Reply

Walter Odibi

Walter Odibi

January 20, 2000

Walter Odibi

Walter Odibi

Apr 10, 2022

Great Feature🎉

This amazing tutorial will show you how to add a visitor view counter to your WIX dynamic page.

🚩MORE TUTORIALS https://www.wixgenius.com/wix-tutorials

Reply

Walter Odibi

Walter Odibi

January 20, 2000

RELATED TUTORIALS 🚀

Animated Button Icons in Wix Studio

Animated Button Icons in Wix Studio

Swap your static Wix Studio “Book Now” button for a dynamic animated icon in minutes—no coding required.

bottom of page