Scroll animation with logo list

Question:
If you click list at the bottom middle of https://www.sageeast.com/ after you scroll down a bit there is a scroll interaction with logos showing specific videos when scrolled to that particular section.

Product:
Wix Studio

What are you trying to achieve:
I’m not sure if Wix can achieve this but I would like to mimic. Logos being blurred when not in focus

What have you already tried:
I tried looking at the forum but couldn’t figure it out.

Hi, @Payton_Koch !!

This is just my personal opinion, but it might be difficult to achieve this using only Wix’s native features. :thinking: The site you’re trying to replicate likely uses GSAP’s ScrollTrigger. If you want to do the same thing in Wix, you may need to use GSAP as well, or implement similar functionality yourself and embed it within a custom element.

If you’re open to using GSAP, you could directly use ScrollTrigger. If you’d rather not, it might still be possible—with the help of AI—to implement something similar.

It’s also possible that this could be achieved using only Wix Studio’s built-in features, without custom elements—but to be honest, I haven’t tried that myself, so I can’t say for sure. :upside_down_face:

Lastly, and this might not be something to say on the Wix forum, but if you’re aiming to build a site like that, Webflow might be a better option. I’m not very familiar with Webflow myself, but I understand that GSAP is integrated into the platform, so creating GSAP-style animations there may be easier. :innocent:

Yes, you can totally create a similar scroll effect in Wix Studio , it just takes a bit of setup using scroll interactions and hover or focus states.

Here’s how you can approach it:

Use scroll interactions to reveal or animate elements as they enter view.

Add a blur effect to logos by default, then remove the blur when a logo is in focus (either using scroll position triggers or hover/focus states).

For advanced control (like matching scroll to video change), you might need to use Wix Velo with some custom code.

If you’re not sure where to start, you can look into the Scroll Effects panel in Wix Studio or let a developer help create the exact animation flow.

Happy to help more if you get stuck! :blush: