1.

Which value specifies a transition effect with a slow start, then fast, then end slowly?(a) ease(b) linear(c) ease-in(d) ease-outThe question was posed to me by my school teacher while I was bunking the class.I need to ask this question from CSS Transition, Perl cgi Programming topic in division CGI Programming & Miscellaneous of CSS

Answer»

Right answer is (a) ease

To explain I would say: The TRANSITION-timing-function property TAKES the value ease. It specifies a transition effect with a SLOW start, then FAST, then end slowly and this is the default value, ease-in specifies a transition effect with a slow start.



Discussion

No Comment Found

Related InterviewSolutions