neveldo / jQuery-Mapael

jQuery plugin based on raphael.js that allows you to display dynamic vector maps
https://www.vincentbroute.fr/mapael/
MIT License
1.01k stars 195 forks source link

do I animate a circle structure? (Flashing) #406

Open bycoder123 opened 5 years ago

bycoder123 commented 5 years ago

Hello,

plots: { 82: { x: 100, y: 20, size: 10, attrs: { opacity: 0.5 }, attrsHover: { opacity: 1, animDuration: 300}, text: { content: "" , position: "top" , margin: 10 , attrs: { "font-size": 10, "font-weight": "bold", fill: "black", opacity: 1 } , attrsHover: { fill: "#004a9b", opacity: 1, cursor: "pointer" } }, }, }

do I animate a circle structure? I want the circle structure flashing. Can you help with this?