# zwip-fade

> A [Zwip](https://github.com/Gastonyte/zwip) fade animation

Latest version **1.2.0** (published 2017-09-14) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install zwip-fade
pnpm add zwip-fade
yarn add zwip-fade
bun add zwip-fade
```

## 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.2.0 |
| Published | 2017-09-14 |
| First published | 2017-06-01 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Clément Pasquier |
| Maintainers | gastonyte |
| Keywords | zwip, animation, fade, requestAnimationFrame, request-animation-frame, js |

## Links

- npm: https://www.npmjs.com/package/zwip-fade
- Repository: https://github.com/Gastonite/zwip-fade
- Homepage: https://github.com/Gastonite/zwip-fade#readme
- Issues: https://github.com/Gastonite/zwip-fade/issues
- npm.io page: https://npm.io/package/zwip-fade

## Dependencies (6)

- [kwak](https://npm.io/package/kwak.md) ^2.0.1
- [zwip](https://npm.io/package/zwip.md) ^1.2.3
- [style-attr](https://npm.io/package/style-attr.md) ^1.3.0
- [babel-preset-es2015](https://npm.io/package/babel-preset-es2015.md) ^6.24.1
- [babel-preset-stage-3](https://npm.io/package/babel-preset-stage-3.md) ^6.24.1
- [babel-plugin-transform-export-extensions](https://npm.io/package/babel-plugin-transform-export-extensions.md) ^6.22.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.2.0 (latest) — 2017-09-14
- 1.1.8 — 2017-06-22
- 1.1.7 — 2017-06-20
- 1.1.6 — 2017-06-20
- 1.1.5 — 2017-06-15
- 1.1.4 — 2017-06-14
- 1.1.3 — 2017-06-14
- 1.1.2 — 2017-06-12
- 1.1.1 — 2017-06-11
- 1.1.0 — 2017-06-11
- 1.0.1 — 2017-06-02
- 1.0.0 — 2017-06-01

## README

# zwip-fade

A [Zwip](https://github.com/Gastonyte/zwip) fade animation 

## Examples

To show it in action :
1. clone the repo :
```
git clone https://github.com/Gastonite/zwip-fade
```
2. Install **zwip-fade** dependencies:

- if you are using yarn :
  ```
  yarn
  ```
- if you are using npm :
  ```
  npm i
  ```
3. After dependences are installed, go to example directory :
```
cd example
```
4. install example dependencies and run **dev** npm script:
- if you are using yarn :
  ```
  yarn && yarn dev
  ```
- if you are using npm :
  ```
  npm i && npm run dev
  ```

Now the demo is visible at [http://localhost:3000](http://localhost:3000)


## Installation
- if you are using yarn :
  ```
  yarn add -D zwip-fade
  ```
- if you are using npm :
  ```
  npm i -D zwip-fade
  ```

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