Fade in animation not working properly #2581
Unanswered
Schokiii93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm trying to implement a fade in animation with framer motion for my new homepage. The problem is that the element fades in when I scroll down but it disappears when I scroll down a bit more. This leads to some weird looking artifacts when I scroll up again. I just want the element to be shown forever as long as the user scrolls down the page. Only if the user scrolls up again the element should fade out again.
This is my code:
Beta Was this translation helpful? Give feedback.
All reactions