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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: