Closed jovvybersamin closed 6 years ago
Nothing suspicious stands out about the JavaScript you shared. I'm not sure how to help with more information about your project. Better yet, can you demonstrate the problem?
Also, for what it's worth, here's a demo of correct
options.viewFactor
behavior using ScrollReveal 3.
If you haven't already, one thing you could try is in your css is doing
html, body { height: 100%; }
Solution from here: https://github.com/jlmakes/scrollreveal/issues/182
@JohnPhilosopher thanks mate, I'll try that.
html, body { height: 100%; }
This fixes the issue.
Here is my implementation.
Anyone knows why?