I have a scroll animation that won’t work on mobile. It stays stuck on the initial state and never animates. I’m really confused as to why it’s not working. I have the same exact animation higher on the page and it works fine. Been trying everything and I can’t seem to get it to work.
Hey @Gmar07 , the reason why the interaction is not working on mobile breakpoints is because you chose the spoon-div as the interaction trigger and on small devices, since it is moved -200px, it is moved off-screen and therefore is never triggered.
The fix is simply changing the target of your interaction to break-2-container and set your banner-left-scroll animation as such: