-
Which of the following property is used to define the time it takes one iteration of an animation to play?
-
- user-select
- transition-property
- transition-timing
- transition-duration
- 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.