This app is pretty much self explained by intuitive design, so it doesn't require a user manual. š
āØ Keyboard shortcuts:
| Action | Key combination (universal / macOS) |
|:-|:-|
| Play/Pause animation | Spacebar |
| Stop animation | S |
| Toggle play all animations | Ctrl + A / ā + A |
| Select a keyframe | Use 0-9 to select a keyframe by index. Use key sequences for multi-digit numbers (1 + 2 + 3 = 123
) |
If you would like to fork this project and adjust the code your needs, just clone it,
install all dependencies by npm i
and finally run npm run dev
-
the app then should be running on localhost:5000!