You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

motion-parallax

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motion-parallax - npm Package Compare versions

Comparing version

to
1.2.2

2

package.json
{
"name": "motion-parallax",
"version": "1.2.1",
"version": "1.2.2",
"description": "Focus on interaction, rather than just rolling parallax",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,2 +7,4 @@ # Parallax

[Demo here](https://quietboys.github.io/parallax)(You can use mobile device open it.)
## Installation

@@ -32,4 +34,4 @@

<div class="parallax">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>

@@ -40,3 +42,2 @@ ```

const parallax = new Parallax('.box'); // className or other selector
parallax.start();
```

@@ -43,0 +44,0 @@