Warning: This app and repository is unmaintained. Check out the very awesome Shape Shifter, the successor to this tool.
Android Icon Animator
A web-based tool that lets you design icon animations and other animated vector art for Android.
Exports to Animated Vector Drawable
format for Android.
Not intended to replace After Effects or other professional animation tools, but very useful for
simple animations.
Build instructions
If you want to contribute, you can build and serve the web app locally as follows:
-
First install Node.js and npm.
-
Install bower
and gulp
:
$ npm install -g bower gulp
-
Clone the repository and in the root directory, run:
$ npm install
-
To build and serve the web app locally, run:
$ gulp serve