react-flip-toolkit

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

demo

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

test

jest

build

rollup -c

start

rollup -c -w

deploy

gh-pages -d example/build

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 jest npm run 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}'

deploy-demo

yarn run build; 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 1/2/2019

Downloads

Maintainers