Bugs when page height changes
Author: kannafayCreated Feb 24, 2024Updated Dec 6, 2024
I have found that when the height of a webpage changes, the location of the trigger will change, and even using sync() can cause bugs
This is a normal situation:
https://github.com/jlmakes/scrollreveal/assets/85301126/2bc03cc9-a4cd-4a35-a806-73fe68c4aee3
This is the effect of using ScrollReveal().sync()
https://github.com/jlmakes/scrollreveal/assets/85301126/be7983f7-833a-437f-ac20-1846ffd9fc49
I don't know what's wrong. I trigger ScrollReveal().sync() when I click collapse panel, but it seems that something's wrong with it
Environment
- Operating System: Windows 11
- Browser Version: Google Chrome 121.0.6167.189
- ScrollReveal Version: v4.0.9
Source: jlmakes/scrollreveal