How can I randomize css animation times in HTML?
Im now doing project Google Dino, and I want to make a random cactus animation time and delay but I dont know how, here is my code: `.cactus-anim { animation: cactus-move 1.3s 0.5s linear infinite; } @keyframes cactus-move { 0%…