1.2.3 • Published 7 years ago

zwip v1.2.3

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

Zwip

Utility for creating JS animations on top of W3C requestAnimationFrame function.

Examples

To show it in action: 1. clone the repo :

git clone https://github.com/Gastonite/zwip
  1. Install zwip dependencies:
  • if you are using yarn :
    yarn
  • if you are using npm :
    npm i
  1. After dependences are installed, go to one example directory :
cd examples/<example-name>
  1. 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

Installation

  • if you are using yarn :
    yarn add -D zwip
  • if you are using npm :
    npm i -D zwip
1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago