aidens / stylie

A graphical CSS3 animation tool

Home Page:http://jeremyckahn.github.io/stylie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylie - A CSS 3 animation tool

Code Climate

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.

Install locally

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.

Developing Stylie

You can build the project with:

grunt build

And test the build load locally with:

grunt serve:dist

Contributors

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.

License

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.

About

A graphical CSS3 animation tool

http://jeremyckahn.github.io/stylie/


Languages

Language:JavaScript 88.6%Language:HTML 5.7%Language:CSS 5.7%