Discussion :: CSS - CS
- Which of the following property is used to define the time it takes one iteration of an animation to play?
Answer : Option C
Explanation :
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.
Be The First To Comment