react-flip-move

v0.1.4
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 src

build:lib

babel src --out-dir lib

build:umd

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

build:umd:min

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

build

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

test

mocha --compilers js:babel-core/register --reporter spec --require ./test/helpers/jsdom.helper.js test/*.spec.js

Metadata

  • MIT
  • Whatever
  • Joshua Comeau
  • released 2/2/2016

Downloads

Maintainers