Open bycoder123 opened 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?
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?