zwip-fade
Version:
A [Zwip](https://github.com/Gastonyte/zwip) fade animation
29 lines (28 loc) • 743 B
JSON
{
"name": "zwip-fade",
"version": "1.2.0",
"main": "src/animation.js",
"repository": "https://github.com/Gastonite/zwip-fade",
"author": "Clément Pasquier <clement@n00sphere.net>",
"license": "GPL-3.0",
"scripts": {
"demo": "webpack-dev-server --config example/webpack.config.js --progress --colors",
"reyarn": "rm -fr node_modules yarn.lock && yarn"
},
"keywords": [
"zwip",
"animation",
"fade",
"requestAnimationFrame",
"request-animation-frame",
"js"
],
"dependencies": {
"kwak": "^2.0.1",
"style-attr": "^1.3.0",
"zwip": "^1.2.3",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1"
}
}