The code below does not work in older versions of the Chrome browser. How do you fix this situation with just one line of code?
Write the missing code line in the answer box.
@-webkit-keyframes run {
/* CSS code */
}
@keyframes run {
/* CSS code */
}
p {
animation: run 5s 5;
???
}