CSS Transitions
- Which of the following specifies a transition effect with same speed from start to end?
-
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.
- What gives the full path to CGI script?
-
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.
- Which of the following method combines all the 2D transform methods into one using transform?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
matrix()
- Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
cubic-bezier(n,n,n,n)
- Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
ease