1.

Which value specifies a length of the transition effect?(a) property(b) transition-duration(c) delay(d) timing-functionI got this question during an interview for a job.The query is from Responsive Overview topic in division Advance HTML of HTML

Answer»

Correct answer is (b) transition-duration

To elaborate: Property value specifies name for CSS transition effect. The value of transition-duration specifies a LENGTH of the transition effect. The value is specified in milliseconds (MS) and seconds (s). E.g. 190ms and 0.8s. The delay in transition effect is GIVE by delay value. SPEED curve of transition effect is provided by timing function.



Discussion

No Comment Found

Related InterviewSolutions