-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails when attempting to animate vector path attributes #16
Comments
Project used for testing: https://github.com/twyatt/vector-compat-test |
I have the same problem. |
Same problem here. Any solutions? |
Confirm, it's falling when trying to animate path attributes. Though the Support Vectors from Support Library successfully animate these attributes, but have no ways to animate paths, this library successfully animates paths, but no path attributes |
same problem , any solutions? |
@mshenawy22 I don't believe this project is maintained anymore. Does the official AnimatedVectorDrawableCompat provide what you need? |
First and foremost, thanks for all your hard work on this library!
On Android API 14 devices, animating a vector group works beautifully but when attempting to animate vector path attributes (e.g.
fillAlpha
on pathcirclePath
ofcircle.xml
below) an exception is thrown:drawable/circle.xml
drawable/circle_fade.xml
animator/fade.xml
MainActivity.java
The same project works when running on Android API 21+ devices.
The text was updated successfully, but these errors were encountered: