@microsoft/fast-animation

v4.0.3
An animation library that simplifies interactions and animations using the Web Animation API.

build

tsc -p ./lib/tsconfig.json

build:app

webpack --mode=production

prepare

npm run build

prettier

prettier --config ../../.prettierrc --write "**/*.{ts,tsx}"

prettier:diff

prettier --config ../../.prettierrc "**/*.{ts,tsx}" --list-different

start

webpack-dev-server --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 --maxWorkers=2

watch

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

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 8/9/2019

Downloads