Sail E0 Webinar

MCQs

Total Questions : 18 | Page 2 of 2 pages
Question 11. Which of the following css property is used to define the time it takes one iteration of an animation to play?
  1.    control
  2.    animation-duration
  3.    transition-duration
  4.    all of the mentioned
 Discuss Question
Answer: Option C. -> transition-duration
Question 12. Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?
  1.    animation-iteration
  2.    animation-check
  3.    animation-direction
  4.    animation-state
 Discuss Question
Answer: Option C. -> animation-direction
Question 13. Which of the following css property is used to define which properties a transition will be applied to?
  1.    animation-property
  2.    transition-property
  3.    css3-property
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> transition-property
Question 14. Which of the following css property is used to define a delay before an animation starts?
  1.    transform-delay
  2.    delay-function
  3.    delay-animation
  4.    animation-delay
 Discuss Question
Answer: Option D. -> animation-delay
Question 15. Which of the following css property is used to describe how the animation will play?
  1.    animation-timing-function
  2.    css3-timing-function
  3.    transform-timing-function
  4.    transition-timing-function
 Discuss Question
Answer: Option D. -> transition-timing-function
Question 16. Which of the following css property is used to define the time it takes one iteration of an animation to play?
  1.    animation-duration
  2.    animation-time
  3.    animation-value
  4.    none of the mentioned
 Discuss Question
Answer: Option A. -> animation-duration
Question 17. Which of the following css property is used to define the number of times an animation should play?
  1.    scale-iteration-count
  2.    transtion-iteration-count
  3.    animation-iteration-count
  4.    all of the mentioned
 Discuss Question
Answer: Option C. -> animation-iteration-count
Question 18. Which of the following css property is used to define the animations that should be run?
  1.    animation-run
  2.    animation-name
  3.    transtion-name
  4.    none of the mentioned
 Discuss Question
Answer: Option D. -> none of the mentioned

Latest Videos

Latest Test Papers