universal-parallax
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "universal-parallax", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.", | ||
@@ -5,0 +5,0 @@ "main": "dist/universal-parallax.js", |
@@ -5,3 +5,3 @@ # Universal Parallax | ||
### Features | ||
## Features | ||
- Easy setup | ||
@@ -12,6 +12,6 @@ - Pure JavaScript plugin - no jQuery needed | ||
### Install | ||
## Install | ||
`$ npm i universal-parallax -S` | ||
### Usage | ||
## Usage | ||
###### #1 | ||
@@ -74,6 +74,5 @@ Include the script in your project. | ||
### Custom speed | ||
## Custom speed | ||
You can change the parallax speed. | ||
```js | ||
// Plugin customization | ||
new universalParallax().init({ | ||
@@ -80,0 +79,0 @@ speed: 6.0 |
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
1818910
80