UNPKG

parallax-react-js

Version:

A libary for managing scroll speed of different components in react.

8 lines 341 B
//Dear future me //please forgive me for writing this code //I cannot express how sorry I am import ParallaxContainer from './lib/ParallaxContainer'; import ParallaxLayer from './lib/ParallaxLayer'; export { ParallaxContainer, ParallaxLayer }; //this file just imports the Components and exports them again. //# sourceMappingURL=index.js.map