Socket
Socket
Sign inDemoInstall

react-scroll-parallax

Package Overview
Dependencies
3
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha to 1.0.0-alpha.1

4

package.json
{
"name": "react-scroll-parallax",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"description": "React component to create parallax scrolling effects",

@@ -9,3 +9,3 @@ "repository": {

},
"main": "index.js",
"main": "src/index.js",
"scripts": {

@@ -12,0 +12,0 @@ "dev": "jest && webpack --progress --colors --watch",

@@ -13,2 +13,8 @@ # React Scroll Parallax

Install
```
npm i react-scroll-parallax
```
Import `ParallaxScrollListener` on the client side. This will self invoke and create the **global** `ParallaxScrollListener` which will handle updating all parallax elements on scroll.

@@ -15,0 +21,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc