You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add a custom animation when markers are attached to the adapter. Following the provided sample code from the README, the alpha animation works perfectly on my created markers (https://github.com/TradeMe/MapMe#animations):
However, when I try to implement a different animation, it doesn't seem to work, i.e. the markers simply pop up without any animation?
I've tried translation, rotationand scale as follows:
I would like to add a custom animation when markers are attached to the adapter. Following the provided sample code from the README, the alpha animation works perfectly on my created markers (https://github.com/TradeMe/MapMe#animations):
However, when I try to implement a different animation, it doesn't seem to work, i.e. the markers simply pop up without any animation?
I've tried
translation
,rotation
andscale
as follows:Am I doing something wrong or is
alpha
the only supported animation on markers?Btw.: I am using the default google maps marker icon, i.e.:
The text was updated successfully, but these errors were encountered: