1.

Which value specifies animation with slow start?(a) ease-out(b) ease-in(c) linear(d) easeThis question was posed to me at a job interview.My question is taken from Miscellaneous in division CGI Programming & Miscellaneous of CSS

Answer»

The correct option is (b) ease-in

To elaborate: ease-in SPECIFIES an animation with a slow START, ease-out specifies an animation with a slow END, linear specifies animation with same speed from start to end, ease specifies an animation with a slow start, then fast, then end SLOWLY.



Discussion

No Comment Found

Related InterviewSolutions