ScrollReveal issue(?)

I’m using ScrollReveal to animate some divs of my html file.
It works fine but I’ve noticed something:

  • Using Google inspect to check on a mobile view, works fine;
  • Viewing the page my desktop monitor (2560×1440, works fine;

But when I move the window to my laptop the last animated div just disappears. It starts doing the inverse animation.

Any ideas why?

I tried changing the {reset:”} to once, or always on my window.sr = ScrollReveal({reset: ‘true’}); to see if did anything or adding a ,mobile: 1300 to it but it didn’t do anything (this is what I found on the web)