1.

What specifies the speed curve of transition effect?(a) transition-delay(b) transition-property(c) transition-timing-function(d) transition-duration

Answer» The correct option is (c) transition-timing-function

To elaborate: 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.


Discussion

No Comment Found