1.

What specifies the speed curve of transition effect?(a) transition-delay(b) transition-property(c) transition-timing-function(d) transition-durationI had been asked this question in an online quiz.I would like to ask this question from CSS Transition, Perl cgi Programming topic in portion CGI Programming & Miscellaneous of CSS

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

Related InterviewSolutions