Can you explain why CSS Animation produces a gradient effect? Is there a way to remove the gradient effect if desired? How can you predict what gradient the animation will produce without executing the code?
0%,
100% {
background-color: red
}
50% {
background-color: yellow
}