Socket
Socket
Sign inDemoInstall

parallax.css

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    parallax.css

Pure css library for the parallax effect


Version published
Weekly downloads
26
increased by188.89%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

parallax.css

pure css parallax in one file

npm license npm jsDelivr npm GitHub Repo stars


Official documentation page


Installation

NPM
npm install parallax.css
YARN
yarn add parallax.css
CDN

yarnpkg | jsdelivr | unpkg

Download

source | minified | jsdelivr


Usage

Module
<link rel="stylesheet" href="node_modules/parallax.css/parallax.css">

or

@import 'node_modules/parallax.css/parallax.css';
CDN
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/parallax.css">

or

@import url(https://cdn.jsdelivr.net/npm/parallax.css);

Getting started

You can find the Parallax.css documentation on github-pages.

Keywords

FAQs

Last updated on 29 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc