AndroidIconAnimator
AndroidIconAnimator copied to clipboard
Android vector icon animation tool
Apparently `SVGRectElement` can also take optional `rx` and `ry` attributes in order to give the rectangle rounded corners. It doesn't seem like `SvgLoader` currently handles this.
How would you do this? I assume you'd start by keeping track of the mouse event coordinates, stringing together the coordinates to create a series of very small lines that...
No clue whether or not this is possible in all cases, but maybe we can at least support the basics.
Add "repeat animation" toggle that determines whether to auto-repeat the animation during playback
Other possible ideas: - A "fast forward" button (in addition to the already existing "rewind button"). - Options that allow you to slow down the animation playback a certain amount...
Maybe use PaperJS? Or implement it ourselves. Need to unwind layer transforms.
I mean I know this project is mainly geared towards Android... but it seems like it wouldn't be that hard to do. :)