1.

Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function(a) cubic(n,n,n,n)(b) matrix(n,n,n,n)(c) cubic-bezier(n,n,n,n)(d) none of the mentionedThe question was asked during an interview.I want to ask this question from CSS3 Transitions for UI Elements topic in section CSS3 Fundamentals, Transitions & Animations of CSS

Answer»

The CORRECT CHOICE is (C) cubic-bezier(N,n,n,n)

To ELABORATE: Self-explainatory.



Discussion

No Comment Found

Related InterviewSolutions