1.

Which value specifies transition acceleration?(a) timing-function(b) property(c) transition-duration(d) delayI have been asked this question in exam.The query is from Responsive Overview in portion Advance HTML of HTML

Answer»

Correct option is (a) timing-function

Easiest EXPLANATION: The value of TRANSITION-function SPECIFIES transition acceleration. There are five predefined acceleration types that we can use. They are EASE-in, ease, ease-out, ease-in-out and linear. property value specifies name for CSS transition effect. The value of transition-duration specifies a length of the transition effect. The delay in transition effect is give by delay value.



Discussion

No Comment Found

Related InterviewSolutions