A
A.Theanimation-timing-function specifies the speed curve of animation. Thedefault is linear, which means that the speed of animation is thesame from beginning to end.
B
B.animation-durationspecifies the seconds or milliseconds it takes for animation tocomplete a cycle. The default is 0.
C
C.Theanimation-iteration-count specifies the number of times the animationis played. The default is infinite, which plays in a wireless loop.
D
D.animation-delay defaults to 0,which means animation is paused.