-
What specifies the speed curve of transition effect?
-
- transition-property
- transition-duration
- transition-delay
- transition-timing-function
- 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.