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.1.0 to 1.1.1

2

dist/universal-parallax.js
'use strict';
/**
* @version 1.1.0
* @version 1.1.1
* @author Marius Hansen <marius.o.hansen@gmail.com>

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

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

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

# Universal Parallax
Easy parallax plugin using pure javascript. Cross browser support, including mobile platforms.
[See demo](https://marrio-h.github.io/universal-parallax/demo/)
#### [See demo](https://marrio-h.github.io/universal-parallax/demo/)
## Features

@@ -60,3 +61,3 @@ - Easy setup

###### #3
If `<section>` is your container, make the parallax element inside it, just before the closing tag
If `<section>` is your container, make the parallax element inside it, just before the **_closing tag_**

@@ -85,3 +86,3 @@ ```html

## Custom speed
You can change the parallax speed; the higher the number, the slower the parallax effect.
You can change the parallax speed; the higher the number, the slower the parallax effect

@@ -94,3 +95,3 @@ ```js

**Note:** `speed: 1.2` is the minimum value before the background image is fixed.
**Note:** `speed: 1.2` is the minimum value before the background image is fixed

@@ -97,0 +98,0 @@

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