Home » CSS » CSS Transitions » Question
  1. Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
    1. cubic-bezier(n,n,n,n)
    2. cubic(n,n,n,n)
    3. matrix(n,n,n,n)
    4. All of above
    5. None of these
Correct Option: A

cubic-bezier(n,n,n,n)



Your comments will be displayed only after manual approval.