1.2.0 • Published 7 years ago

zwip-fade v1.2.0

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

zwip-fade

A Zwip fade animation

Examples

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

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