Hello, I'm writing an animation for a Map. As you can see when a button on the left is clicked I draw the line and a circle (sometimes more the one) that indicate a point on the map. The animation is working fine but I have a problema when I start the animation one right after the others.   I wrote this lines tlMap.set(mapCircles, { autoAlpha: 0 }); tlMap.set(mapLines, { drawSVG: "0 0" }); So I can reset the lines and circles of all the points when I click on a bu