0

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

shay levi
  • 319
  • 3
  • 11

1 Answers1

0

There is no built-in function for this. You will have to detect it yourself.

Paul LeBeau
  • 97,474
  • 9
  • 154
  • 181