Rewrite the code using one property instead of three.
div {
animation-name: blink;
animation-duration: 3s;
animation-iteration-count: infinite;
}Rewrite the code using one property instead of three.
div {
animation-name: blink;
animation-duration: 3s;
animation-iteration-count: infinite;
}Create a free account to access the full topic