Skip to content

Matyanson/parallax.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallax.css

pure css parallax in one file

npm license npm jsDelivr npm GitHub Repo stars



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.

About

pure css library for creating the parallax effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages