Answers for "css animation repeat forever"

CSS
1

repeat css animation

/*infinite to loop*/
animation-iteration-count: number|infinite|initial|inherit;
Posted by: Guest on February-23-2021
0

css animation infinite loop

div {
  animation-iteration-count: number|infinite|initial|inherit;
}
Posted by: Guest on October-18-2020

Browse Popular Code Answers by Language