Issue with scroll transformation on an image element

Hi,

I have an issue with an image element in my header here : https://marieberbel.com/
I added a “rotate” transformation at the SCROLL part but it seems that this transformation only works when I refresh my page and not when I scroll.

Can you help me with this ?

Hi Nathan,

Thank you for reaching out to us. The Scroll effect works when the Element comes into view or the Element leaves the viewport, since you’re using Image element in the Header so this event fires only once when the page is loaded because the Image element comes into view once and never leaves the viewport.

So basically it works when you scroll into a view and then while scrolling the element leaves the viewport. You can learn more about the Scroll effect here https://theme.co/docs/effects-module#scroll

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.