animator.js

v0.3.2
A small (1.6kb compressed and 1.1kb gziped!) high-performance animation library. Provide promise-based API.
javascript animation performance promise

test

echo "Error: no test specified" && exit 1

lint

eslint 'lib/**/*.js' --fix

start

webpack-dev-server --quiet --port 9090 & http-server -c-1 -p 9091 examples

compile

rm -rf lib/* && babel src -d lib --watch

prepublishOnly

rm -rf lib/* && babel src -d lib && node ./scripts/build.js
npm i animator.js

Metadata

  • MIT
  • Whatever
  • akira-cn
  • released 3/30/2018

Downloads

Maintainers