Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majido/animation_jam
A simple interactive animation editor (🎎project)
https://github.com/majido/animation_jam
Last synced: 1 day ago
JSON representation
A simple interactive animation editor (🎎project)
- Host: GitHub
- URL: https://github.com/majido/animation_jam
- Owner: majido
- Created: 2020-04-14T15:24:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:05:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T03:58:26.475Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Simple Animation Editor. [Try it!](https://majido.github.io/animation_jam/app/index.html)
This is just a fun playground and not a serious project.
### Javascript ›
[Rollup](https://rollupjs.org) to **bundle**, **treeshake**, **import from NPM, local or URLs**, and **import CSS**.### CSS ›
[PostCSS](https://postcss.org) to **bundle**, **import from NPM, local or URLs**, [postcss-preset-env](https://preset-env.cssdb.org/) for **CSS features from the spec**, and handy [easings](https://easings.net).### Dev Server ›
[Browsersync](https://www.browsersync.io) with all the goodies: **live reload**, **hot swap CSS**, **scroll syncing**, **remote debugging**, [etc](https://www.browsersync.io).
We are using [shortstack](https://github.com/shortstack) as a starting point!
> Watch Adam Argyle break it down on [YouTube!](https://links.argyle.ink/shortstack)
## Getting Started
1. `npm i`
1. `npm start`## Development
Running `npm start` runs Browsersync, which watches changes to your files in `./app` and refreshes connected browsers.## Production
Running `npm run build` compiles and minifies your code in `app` and outputs the optimised result to a folder called `dist` that's ready for static hosting.