react-flip-move

v2.9.16
Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
react react-dom animation magic-move component react-component flip web-animations

lint

eslint .

lint:fix

npm run lint -- --fix

build:lib

babel src --out-dir lib

build:umd

webpack src/index.js dist/react-flip-move.js --config webpack.config.production.js

build:umd:min

webpack src/index.js dist/react-flip-move.min.js --config webpack.config.production.min.js

build

npm run build:lib && npm run build:umd && npm run build:umd:min

flow

flow

flow-coverage

flow-coverage-report -i 'src/**/*.js' -t html -t json -t text

prebuild

npm run lint && flow check && npm run typescript && npm run test

prepublishOnly

npm run build

prepush

npm run prebuild

test

NODE_ENV=test ./node_modules/.bin/karma start --single-run

test:dev

karma start karma.conf.js

tslint

tslint typings/*.tsx typings/*.ts

typescript

npm run tslint && tsc typings/test.tsx --noEmit --jsx react --target es6 --module es2015 --moduleResolution node

storybook

start-storybook -p 9001

storybook:preact

REACT_IMPL=preact npm run storybook

Metadata

  • MIT
  • Whatever
  • Joshua Comeau
  • released 10/15/2017

Downloads

Maintainers