-
Notifications
You must be signed in to change notification settings - Fork 106
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
Marker animation set and get dont work #84
Comments
#84 BugFix. Added marker animations
Thanks for the change. It now works when you add the maker with an animation already set, however calling setAnimation() on an existing marker doesn't work. getAnimation works if you allow for a nullable return type.
|
I will try to look into more next week |
Reopen if it dont work |
I can now start the animation, but is there a way to stop it? |
Thank you very much |
Hi,
Can anyone confirm if marker animation works?
I tried:
var marker = await Marker.CreateAsync(map1.JsRuntime, new MarkerOptions()
{
Position = mapCenter,
Map = map1.InteropObject,
Animation = Animation.Bounce
});
but the marker doesn't bounce.
Thanks
The text was updated successfully, but these errors were encountered: