Also, I would like you to tell me what I’m doing wrong with my parallax.
You can see the Collection No.1 on the home page. The text and header of it work great (parallax). But the picture container jumps after mouse scroll. Why the hell it isn’t smooth?
It is because you are using legacy interactions on the same element. Try to use different divs to target the same element (for example if you want to target some element that already has IX2 attached create div and put your element inside and then apply IX1 to this new div).