Socket
Socket
Sign inDemoInstall

parallax_content

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

parallax_content - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "parallax_content",
"version": "2.0.0",
"version": "2.0.1",
"description": "VanillaJS parallax content plugin",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

@@ -11,2 +11,6 @@ ## parallax-content

### Demo
[Basic demo](https://codesandbox.io/p/devbox/parallax-content-basic-demo-pk4crm)
### Package Managers

@@ -25,3 +29,3 @@

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js"></script>
<script src="parallaxBackground.umd.js"></script>
<script src="parallaxContent.umd.js"></script>
```

@@ -70,3 +74,3 @@

//Initialize with Vanilla JavaScript
new ParallaxBackground(document.querySelector('.parallax-title'));
new ParallaxContent(document.querySelector('.parallax-title'));
//Initialize with jQuery

@@ -97,3 +101,3 @@ $(document).ready(function () {

| --------------- | ----- | ------------------ |
| events | [SCROLL, MOUSE, GYRO] | [SCROLL] |
| events | [SCROLL, GYRO] | [SCROLL] |
| shift | int | 10 |

@@ -100,0 +104,0 @@ | duration | int | 1.5 |

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