Home » CSS » Css miscellaneous » Question
  1. Which of the following property is used to define the time it takes one iteration of an animation to play?
    1. user-select
    2. transition-property
    3. transition-timing
    4. transition-duration
    5. None of these
Correct Option: A

Syntax: transition-duration: time [,time]*
where time is a valid time value like 5s or 3500ms. The default value of time is 0, meaning no animation plays.



Your comments will be displayed only after manual approval.