Skip to content
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 DROP and BOUNCE not working in @em-polymer/google-map #441

Open
aneesshameed opened this issue Feb 12, 2019 · 1 comment

Comments

@aneesshameed
Copy link

aneesshameed commented Feb 12, 2019

Have been trying to add animation on to markers, but it is not working. Same was working sweet in P1, but not in p2 and p3.

Tried adding adding animation="BOUNCE" in Webcomponents Page. Doesn't work

<google-map fit-to-markers id="map" map="{{map}}" api-key="AAIzaSyD3E1D9b-Z7ekrT3tbhl_dy8DCXuIuDDRc" version="3.34">
     <google-map-marker animation="BOUNCE" slot="markers" latitude="{{lat}}" longitude="{{long}}">
          You are here
     </google-map-marker>  
</google-map>
@LeongTitanFour
Copy link

I've also facing some problem with google-map-marker which is related to the animation.

<google-map latitude="" longitude="" api-key="[[apiKey]]" zoom="13" fit-to-markers>
   <google-map-marker animation="BOUNCE" slot="markers" id="marker" latitude="" longitude="" api-key="[[apiKey]]"></google-map-marker>
     <template is="dom-repeat" items="[[locations]]">
       <google-map-marker slot="markers" latitude="[[item.lat]]" longitude="[[item.lon]]" api-key="[[apiKey]]" draggable="true"></google-map-marker>
   </template>
</google-map> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants