-
Which specifies the speed curve of animation?
-
- animation-timing-function
- animation-play-state
- animation-name
- animation-iteration-count
- None of these
Correct Option: A
animation-timing-function specifies the speed curve of animation, animation-play-state specifies whether the animation is running or paused, animation-name specifies the name of @keyframes animation.