alessaloisio / aniflow

Javascript library to manipulate and create animation sequences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aniflow.JS

Javascript library to manipulate and create animation sequences

Features

  • ES6/ESNext - Write ES6 code and Babel will transpile it to ES5 for backwards compatibility
  • Test - Mocha
  • Lint - Preconfigured ESlint with Airbnb config
  • CI - TravisCI configuration setup
  • Minify - Built code will be minified for performance

Commands

  • npm run clean - Remove browser and node files builded
  • npm run pretest - Run ESlint and build.
  • npm run build - Babel will transpile ES6 => ES5 for browser/node and minify the code.
  • npm test - Test written examples on pure JS for better understanding module usage.
  • npm run lint - Run ESlint with airbnb-config
  • npm run lint:fix - Run ESlint with airbnb-config and try to fix
  • npm run minify - Minify aniflow.js

Installation

Just clone this repo and remove .git folder.

License

MIT © Aloisio Alessandro

About

Javascript library to manipulate and create animation sequences

License:MIT License


Languages

Language:JavaScript 100.0%