We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b47c5c commit 9dd5aefCopy full SHA for 9dd5aef
examples/parallax-example/client.js
@@ -1,8 +1,9 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
import { ParallaxExample } from 'components';
4
+import { ParallaxScroller } from 'react-scroll-parallax';
5
-import 'react-scroll-parallax/libs/ParallaxScrollListener';
6
+ParallaxScroller.init();
7
8
const root = document.getElementById('root');
9
examples/parallax-test/client.js
import { ParallaxTest } from 'components';
0 commit comments