Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appcypher/kinema

[WIP] A CSS Animation Studio.
https://github.com/appcypher/kinema

animation css html json transition

Last synced: 23 days ago
JSON representation

[WIP] A CSS Animation Studio.

Awesome Lists containing this project

README

        

# kinema
A CSS Animation Studio (Work in Progress)

#### The User Inteface
Mockup can be found [here](https://www.figma.com/file/ywemwNYU9Mll91LS8zg7p1/kinema?node-id=69%3A219)

![Kinema](media/images/kinema.png)

#### Installation.
* Install [Nodejs](https://nodejs.org/en/download/) if you don't already have it
* Clone this repo ```git clone https://github.com/appcypher/kinema.git```
* Run ```npm install``` to install the required dependencies
* Run ```npm run build:dev:watch``` to serve the UI at localhost:9000
* Open http://localhost:9000/ in the browser