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.10 to 1.0.11

2

dist/universal-parallax.js
/**
* @version 1.0.10
* @version 1.0.11
* @author Marius Hansen <marius.o.hansen@gmail.com>

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "universal-parallax",
"version": "1.0.10",
"version": "1.0.11",
"description": "Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.",

@@ -5,0 +5,0 @@ "main": "dist/universal-parallax.js",

@@ -49,7 +49,7 @@ # Universal Parallax

###### #3
If `<section>` is your container, make the parallax element inside it, at the bottom.
If `<section>` is your container, make the parallax element inside it, just before the closing tag.
```html
<section>
...
...
<div class="parallax" data-parallax-image="path/to/your_image">

@@ -83,2 +83,2 @@ </section>

}
```
```
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