Closed raikk closed 2 years ago
I would like to remove the bounce effect (it stuck) while scrolling the screen of the parallax header.
How to make it a smooth scroll?
try to fix this section but not working.
const opacity = scroll.interpolate({ inputRange: [0, 60, 100], outputRange: [0, 0, 1], extrapolate: 'extend' });
Try bounces={false}
bounces={false}
maybe this will fix your scrolling issue https://github.com/netguru/sticky-parallax-header/issues/212#issuecomment-926491414
I would like to remove the bounce effect (it stuck) while scrolling the screen of the parallax header.
How to make it a smooth scroll?
try to fix this section but not working.