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 http://jeremyckahn.github.io/stylie/ and click the "?" icon in the header for a manual.
Requirements:
Clone this repo and install the dependencies:
npm install && bower install
To run the app:
grunt serve
You can now access Stylie from http://localhost:9000.
You can build the project with:
grunt build
And test the build load locally with:
grunt serve:dist
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 noncommercially.