Vidyalelo
CSS · Q44

CSS3 Transitions And CSS 3 Animations

Programming · CSS · question 44

Q44

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)
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board