Search code examples
androidandroid-animationmaterial-designandroid-vectordrawable

Tools for creating AnimatedVectorDrawable


I really like the AnimatedVectorDrawable capabilities added to Android. Any nice tools to create such animations?

E.g. Any tools to create animations like described here: enter image description here

EDIT:

So far I have found these tools (that help a little):


Solution

  • Found two awesome sites. AndroidIconAnimator, this is a web-based tool for creating AnimatedVectorDrawables. And Shapeshifter, good control over how to morph paths.

    UPDATE 07-09-2017

    Both tools are now merged into one really good solution. It took me sometime to understand how to use it, but once you see it, it is a very capable tool

    Shapeshifter.design

    Thanks 2 Roman Nurik & Alex Lockwood.