.fragmented-mirrors{ animation: infinite-mirrors 10s linear infinite; width: 300px; aspect-ratio: 3/10; } .mirror{ position: absolute; width: 100%; height: 50%; border-bottom: 3px solid #fff; background-color: #666; animation: mirror-${n} 2s linear; } animation: infinity-loop 10s linear infinite;