-
Notifications
You must be signed in to change notification settings - Fork 7
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
Markers: animationEnabled and optimized properties questions #43
Comments
Let's replace the first one for the animation property of the web component and try to see if it's working. |
The animation property doesn't seem to be working on the web-component so I need to investigate a little bit more before doing more changes. |
As this encloses two diferent actions, I've created a new issue for the removal of the optimized option #81. |
The animation part it's tricky, I followed several examples like https://developers.google.com/maps/documentation/javascript/examples/marker-animations#maps_marker_animations-html but the web-component it's not triggering the animation. And even if that works, the current property in the java side, "animationEnabled" is a boolean and the web-component property is "animation" and it expects a String representing one of the two possible animation values: DROP or BOUNCE. So I think this "animationEnabled" property should be deprecated if not removed. |
This two properties have no effect on markers when set to true.
The text was updated successfully, but these errors were encountered: