You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all.
Let me start by saying that i'm a really really junior dev so I'm sorry if I'm not explaining well or doing things correctly!
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 (2560x1440), works fine;
But when I move the window to my laptop the .reveal-7 div just disappears. It starts doing the inverse animation. It seams its regarded with the size of the window because opening it on my desktop monitor and the resizing the window does that issue.
Hi all.
Let me start by saying that i'm a really really junior dev so I'm sorry if I'm not explaining well or doing things correctly!
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 (2560x1440), works fine;
But when I move the window to my laptop the .reveal-7 div just disappears. It starts doing the inverse animation. It seams its regarded with the size of the window because opening it on my desktop monitor and the resizing the window does that issue.
Here's my SCSS code.
My HTML example:
My JS:
Any idea why is it happen?
The text was updated successfully, but these errors were encountered: