Reputation: 319
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
Upvotes: 0
Views: 75
Reputation: 101918
There is no built-in function for this. You will have to detect it yourself.
Upvotes: 0