react-springy-parallax
A springy, composable parallax-scroller for React.
install
npm install react-springy-parallax --save
How to use
Can the effect be configured or muted?
Yes, you can use anything the Animated library offers: http://browniefed.com/react-native-animation-book
Or a zero timer for a tame, old-school parallax:
Is it possible disable the scroll bar for custom page navigation?
Yes. In this mode it will also make sure window-resize retains the last page seen.
You can always use scrollTo
, scroll bar or not, there is no restriction.