react-flip-move

v3.0.5
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

rollup -c

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

cross-env 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

cross-env REACT_IMPL=preact npm run storybook
npm i react-flip-move

Metadata

  • MIT
  • Whatever
  • Joshua Comeau
  • released 12/2/2022

Downloads