Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for creating AnimatedVectorDrawable

Tags:

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):

  • VectAlign
  • AnimatedVectorMorphingTool
  • SVGO
like image 293
Entreco Avatar asked Mar 08 '16 20:03

Entreco


People also ask

How do you make Animatedvectordrawable?

Load the Animated Vector Drawable in Android Studioxml file into the res/drawable folder of your Android Studio project. As it is Vector Drawable, you could put any width and height you want. If you put wrap_content , it will be per the size of the Vector Drawable, which in our case is 24dp . Now, you're done!


1 Answers

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.

like image 169
Entreco Avatar answered Sep 22 '22 11:09

Entreco