@microsoft/fast-animation

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

build

tsc -p ./lib/tsconfig.json && yarn doc

build:app

webpack --mode=production

coverage

jest --coverage

doc

api-extractor run --local

doc:ci

api-extractor run

prepare

yarn build

prettier

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

prettier:diff

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

start

webpack-dev-server --progress

test

yarn unit-tests && yarn build:app && yarn doc:ci

eslint

eslint . --ext .ts,.tsx

eslint:fix

eslint . --ext .ts,.tsx --fix

unit-tests

jest --runInBand

watch

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

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 4/3/2022

Downloads