-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Description
I'm attempting to animate the Marker coming into view. I have extended MarkerView and not been able to find any way to do this. I think something in the library is overriding this ability.
Is there something I am missing or is there a way to animate the Marker into being visible?
Trying to use the auto android transitions using android:animateLayoutChanges="true"
does not work if put on the Graph or the parent of the Graph or the tooltip layout.
I also attempted using view animators in the custom marker class, but no matter what I did the marker always pops in with no animation. I am unclear if I am doing something wrong or if there is a limitation in the library. The only other reference to this I could find is this which was closed without response:
Any insight would be appreciated, apologies if this is just me being dumb 👍