Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

universal-parallax

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-parallax - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc