Stylie is a fun tool for easily creating CSS 3 animations. Quickly design your animation graphically, grab the generated CSS and go! To learn how to use the app, either run it locally (see below) or go to https://jeremyckahn.github.io/stylie/ and click the "?" icon in the header for a manual.
Clone this repo and install the dependencies:
npm install
To run the app:
npm start
You can now access Stylie from http://localhost:9005.
You can build the project with:
npm run build
Release process uses standard npm version process:
npm version [major|minor|patch]
You'll need Git remote repo write/push permissions for this to work.
I can't design things, but I know people that can. The overall look of the app is courtesy of Jon Victorino. The Help icon was masterfully crafted by @nrrrdcore.
Stylie is distributed under a CC BY-NC-SA license. Don't worry, this license does not extend to the animations you create with Stylie, just the application itself. You are free to use the animations created by Stylie however you please. You are encouraged to use and modify the code to suit your needs, as well as redistribute it non-commercially.