CSS Transitions


  1. Which of the following specifies a transition effect with same speed from start to end?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    linear value specifies a transition effect with the same speed from start to end, ease-in-out specifies a transition effect with a slow start and end, ease-out specifies a transition with a slow end.


  1. What gives the full path to CGI script?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    script_filename gives the full path to the CGI script, script_name gives the name of the CGI script, server_name gives the server’s hostname or IP address, request_method is the method used to make the request, the most common methods are GET and POST.



  1. Which of the following method combines all the 2D transform methods into one using transform?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    matrix()


  1. Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

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



  1. Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    ease