react-parallax-scroll
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "react-parallax-scroll", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "React library for creating parallax scrolling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
### React Parallax Scroll | ||
A lightweight React library for creating parallax scroll. | ||
## Demo | ||
[Banner Parallax Demo](https://codesandbox.io/embed/naughty-cohen-fdgkj?fontsize=14&view=preview) | ||
## Install | ||
@@ -32,3 +35,3 @@ ```sh | ||
{/* ----- Zoom parallax -----*/} | ||
<Layer settings={{ speed: 0.2, type: 'scale' }}></Layer> | ||
<Layer settings={{ speed: 0.2, type: 'rotate' }}></Layer> | ||
@@ -38,5 +41,4 @@ {/* ----- Put Layer to wherever you like -----*/} | ||
<div> | ||
<Layer settings={{ speed: 0.2, type: ['scale', 'rotate'] }}></Layer> | ||
<Layer settings={{ speed: 0.2, type: ['rotate'] }}></Layer> | ||
</div> | ||
<Layer settings={{ speed: 0.2, type: ['scale', 'rotate'] }}></Layer> | ||
</div> | ||
@@ -43,0 +45,0 @@ </Parallax> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41055
91