Home » CSS » CSS Transitions » Question
  1. Which of the following specifies how many seconds a transition effect takes to complete?
    1. transition-property
    2. transition-delay
    3. transition
    4. transition-duration
    5. None of these
Correct Option: D

transition-duration specifies how many seconds or milliseconds a transition effect takes to complete, a transition is a shorthand property for setting the four transition properties into a single property.



Your comments will be displayed only after manual approval.