Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abernier/parallax

DEMO: https://bl.ocks.org/abernier/raw/a67f6f78721b152c004c759ebb4387c4/
https://github.com/abernier/parallax

Last synced: about 1 month ago
JSON representation

DEMO: https://bl.ocks.org/abernier/raw/a67f6f78721b152c004c759ebb4387c4/

Awesome Lists containing this project

README

        

[![NPM version](https://img.shields.io/npm/v/@abernier/parallax.svg?style=flat)](https://www.npmjs.com/package/@abernier/parallax)

//ax

DEMO: https://bl.ocks.org/abernier/raw/a67f6f78721b152c004c759ebb4387c4/

# INSTALL

client-side:

```js
import Parallax from 'https://unpkg.com/@abernier/[email protected]'
```

or via a bundler:

```js
import Parallax from '@abernier/parallax'
```

NB: you must yarn/npm install it before

# Usage

see: `index.html`

```html

A

B

C

D

E

F

G

H

I

J

K

import Parallax from 'https://unpkg.com/@abernier/parallax@latest'

new Parallax(document.querySelector('section'))

```