Home » CSS » Css miscellaneous » Question
  1. Which specifies the speed curve of animation?
    1. animation-timing-function
    2. animation-play-state
    3. animation-name
    4. animation-iteration-count
    5. 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.



Your comments will be displayed only after manual approval.