Home » CSS » CSS Transitions » Question
  1. What specifies the speed curve of transition effect?
    1. transition-property
    2. transition-duration
    3. transition-delay
    4. transition-timing-function
    5. None of these
Correct Option: D

transition-timing-function specifies the speed curve of transition effect, transition-property specifies the name of the CSS property the transition effect is for, transition-delay specifies a delay in seconds for transition effect.



Your comments will be displayed only after manual approval.