Vidyalelo
CSS · Q20

CSS3 Fundamentals

Programming · CSS · question 20

Q20

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