Html – css how can I make donut animation
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="800" width="800"> <defs> <linearGradient id="Gradient1" gradientTransform="rotate(90)"> <stop offset="0%" stop-color="#000000"/> <stop offset="10%" stop-color="#000000"/> <stop offset="50%" stop-color="#8b9643"/> <stop offset="90%" stop-color="#000000"/> <stop offset="100%" stop-color="#000000"/> </linearGradient> <linearGradient id="Gradient2" gradientTransform="rotate(90)"> <stop offset="10%" stop-color="#000000"/> <stop offset="0%" stop-color="#000000"/> <stop offset="50%" stop-color="#dda885"/> <stop offset="90%" stop-color="#000000"/>…