prateekjadhwani / svg2css

A webapp built on top of Polymer that can create css animation keyframes from the supplied svg

Home Page:https://prateekjadhwani.github.io/svg2css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG2CSS

Complex CSS animation have always been a problem when it comes to implementation. It is really difficult for a programmar to create all the @keyframes related to a particular animation manually, and it is even more difficult to create @keyframes that use multiple properties. This open source web app solves the problem of complex css animations by providing very simple and easy to use user interface. The user/programmar simply needs to know how the animation should work.

Version Info

v0.0.1

  • Added a share button which generates a sharable link
  • Save button now saves SVG info as well
  • Sharable link can be used to get the last state of the project from gist
  • Webapp now auto runs the animation when loaded via sharable link
  • Updated tutorial

v0.0.0

  • First app release
  • Saves files to gist

Development

First of all thankyou for even thinking about contributing to this project. This project needs to be developed for both Chrome and Firefox. So here are the steps to start the development.

Workspace Setup

Start with installing Node. Once you have done that, please install all the packages using the following command.

npm i

To see the project running on the bowser. (For Development)

npm run serve

And to build the final project

npm run build

Features and Bugfixes

If you found a bug or want to add a new feature, please create a new issue first. This way we will be able to track it.

Once, you are done fixing/adding things, feel free to create a PR for the master branch.

Verifying output on Chrome and Firefox

  • Please make sure that the main.html file works fine on chrome.
  • Please Vulcanize the main.html file by using the following command vulcanize main.html > index.html . This will create a compressed file index.html.
  • You will then need to test index.html again on chrome and firefox just to make sure that your changes work fine.

Credits

Libraries

Developers

About

A webapp built on top of Polymer that can create css animation keyframes from the supplied svg

https://prateekjadhwani.github.io/svg2css/

License:GNU General Public License v3.0


Languages

Language:HTML 57.1%Language:JavaScript 40.0%Language:SCSS 2.0%Language:CSS 0.9%