Can't animate Images on while scrolling in view interaction

Hey,

So I am trying to create some animations on a section while scrolling into view. But for some strange reasons, I can’t seem to manipulate images. In the section about I am trying to move the guitar player from the left display border to the absolute positioned point. Problem is the image won’t move in the designer view, nor the published version and I am out of ideas why it’s not working.

I tried to animate images in other sections with no luck. It seems like it’s affecting all move transitions on images.


Here is my public share link: https://preview.webflow.com/preview/enrico-berto?utm_medium=preview_link&utm_source=designer&utm_content=enrico-berto&preview=a3b6990561d3e7ca638ab7884de6391c&mode=preview

Ah I think I already figured it out. Some elements were inline elements, which are not moveable with transform controls.

So you either need to change the display property to inline-block or block