reanimate/viewer-elm
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Hrček 0475629961 Add white border to progress bar
to differentiate it from the bar background in animations with white backgrokund


Former-commit-id: 29d4a1c072b291aea975a700a19204815606a9ff
2020-01-05 11:42:37 +08:00
..
dist Add white border to progress bar 2020-01-05 11:42:37 +08:00
src Move index out of cursor, get rid of cursor 2020-01-05 11:42:37 +08:00
.gitignore Implement basic elm viewer 2019-12-16 09:25:23 +08:00
elm.json Add keyboard shortcuts 2019-12-16 09:25:23 +08:00
package-lock.json Implement basic elm viewer 2019-12-16 09:25:23 +08:00
package.json Implement basic elm viewer 2019-12-16 09:25:23 +08:00
README.md Implement basic elm viewer 2019-12-16 09:25:23 +08:00

Reanimate - live reload animation previewer

Build it

cd reanimate/elm-viewer
npm install
npm run build
npm run minify

Develop it

npm install
npm run dev-server