Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.