# simplepara

> test parallux scroll

Latest version **1.0.0** (published 2015-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install simplepara
pnpm add simplepara
yarn add simplepara
bun add simplepara
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-06-25 |
| First published | 2015-06-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Chris Morrissey |
| Maintainers | rootwzrd |
| Keywords | parallux, test |

## Links

- npm: https://www.npmjs.com/package/simplepara
- Repository: https://github.com/rootwzrd/Parallux
- Issues: https://github.com/rootwzrd/Parallux/issues
- npm.io page: https://npm.io/package/simplepara

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-06-25

## README

#Parallax micro plugin

![""](img/parallux2.gif)


###Usage

Very easy to use micro plugin, parallax effects is done by using css transform properties.

It depends on jQuery , you probably will use it in your project anyway.

```
var $image= $(" your img element");

$image.parallax({
horizontal:true,
shift : 3
});

```

####Options
+ horizontal:true - pretty much self explenatory
+ vertical :true - look above
+ shift : int - value passed to translate property, set between 1.5-3 for best results

---
_Source: https://npm.io/package/simplepara · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
