universal-parallax
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "universal-parallax", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.", | ||
@@ -5,0 +5,0 @@ "main": "dist/universal-parallax.js", |
@@ -57,4 +57,11 @@ # Universal Parallax | ||
You can also use a class to define your `background-image` in CSS, instead of using `data-parallax-image=""`. | ||
* You can also use a class to define your `background-image` in CSS, instead of using `data-parallax-image=""`. | ||
* If desired, transparency can be added to the parallax element and it won't affect the transparency of your content. | ||
```css | ||
.parallax { | ||
opacity: 0.5; | ||
} | ||
``` | ||
###### #4 | ||
@@ -61,0 +68,0 @@ Fire up the JS function. |
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
1818850
81