chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.69k stars 1.16k forks source link

Making elements bounce when they collide #523

Closed jjant closed 2 years ago

jjant commented 6 years ago

I want to have many divs moving around, and having them bounce off of each other when they collide. I couldn't find any example managing collisions with react motion. Is this possible?

lukasnovak333 commented 6 years ago

Have you considered using canvas, or a similar technology? This might require undue labor to achieve with HTML5.

AsadSaleh commented 6 years ago

maybe you should check d3js.org