@microsoft/fast-animation

v3.0.0
An animation library that simplifies interactions and animations using the Web Animation API.

build

tsc -p ./lib/tsconfig.json

build:app

webpack --config webpack/webpack.react.config.js

prepare

npm run build

start

webpack-dev-server --config webpack/webpack.react.config.js --progress

test

npm run unit-tests && npm run build:app

tslint

tslint -c ./tslint.json '**/*.ts{,x}'

tslint:fix

tslint -c ./tslint.json --fix '**/*.ts{,x}'

unit-tests

jest

watch

npm run build -- -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 10/6/2018

Downloads