InterviewSolution
Saved Bookmarks
| 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 mentioned |
|
Answer» The correct choice is (c) cubic-bezier(n,n,n,n) To elaborate: Self-explainatory. |
|