Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following property is used to define the time it takes one iteration of an animation to play?

  2. A.

     transition-property

    B.

     transition-timing

    C.

     transition-duration

    D.

     user-select

    View Answer

    Workspace

    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