RT AdirCode
Here are two animations, both written with @SassCSS and both have 140 divs animating simultaneously
One is ID based meaning all CSS selectors target a specific element, the other is using nth-of-type() instead
The ID one is much smoother, here’s the code:
https://codepen.io/Adir-SL/pen/dyZYqdr