react-flip-toolkit

v6.5.7
Configurable FLIP animation helpers for React
react-component FLIP transition animation

demo

parcel --no-cache demo/src/index.html

lint

tslint src

test

jest

build

rollup -c

start

yarn run demo

format

prettier --write 'src/**/*.{ts,tsx}

inspect

npx source-map-explorer dist/index.umd.js dist/index.umd.js.map

prepare

yarn run build

version

npm run build

test:all

npm-run-all test test:dom

test:dom

parcel mocha/testrunner.html

predeploy

cd example && yarn install && yarn run build

test:core

parcel 'src/__tests__/core-test/index.html'

preversion

npm test

test:watch

react-scripts-ts test --env=jsdom

tslint-fix

tslint --fix 'src/**/*.{ts,tsx}'

check-types

tsc

deploy-demo

parcel build demo/src/index.html --out-dir demo/dist; cp demo/dist/index.html demo/dist/200.html; surge demo/dist --domain react-flip-toolkit-demos.surge.sh

format-and-fix

npm-run-all format tslint-fix

Metadata

  • MIT
  • >=8
  • Alex Holachek
  • released 2/22/2019

Downloads

Maintainers