vanita5 / AndroidIconAnimator

Android vector icon animation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Icon Animator

Go to Live Version


A web-based tool that lets you design icon animations and other animated vector art for Android. Exports to Android Vector Drawable format for Android.

Not intended to replace After Effects or other professional animation tools, but very useful for simple animations.

Screen capture of tool

Build instructions

If you want to contribute, you can build and serve the web app locally as follows:

  1. First install Node.js and npm.

  2. Install bower and gulp:

```
$ npm install -g bower gulp
```
  1. Clone the repository and in the root directory, run:
```
$ npm install
```
  1. To build and serve the web app locally, run:
```
$ gulp serve
```

About

Android vector icon animation tool

License:Apache License 2.0


Languages

Language:JavaScript 80.0%Language:CSS 12.8%Language:HTML 7.2%