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 mentioned
Correct Answer: cubic-bezier(n,n,n,n)
Self-explainatory.