I am trying to simulate movement of elements in SVG i have some circles and i need to get event when one circle is touching other Circle , or starting to hide it. Is there an attribute or function ? thanks in advance
There is no built-in function for this. You will have to detect it yourself.