Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components which are in view on page load are not executing the ScrollAnimation #80

Open
kbessemer opened this issue May 30, 2023 · 3 comments

Comments

@kbessemer
Copy link

My problem is that when I wrap my component with ScrollAnimation, if the component is on the screen (in view) on page load, the component is invisible.

I have to set initiallyVisible to true to get the component to be on the screen, but if I set this to true it makes the scrolling a little weird, because first the component will be visible, then it will disappear, then it will fade in.

@whirlxd
Copy link

whirlxd commented May 27, 2024

same issue , did you find a fix

@rbynmndr
Copy link

Maybe because of offset value. Play around with offset={values} to trigger animation to the component or elements.

@whirlxd
Copy link

whirlxd commented Dec 6, 2024

i had to disable strict mode to get it working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants