CSS Transitions
- Which of the following transition-timing-function property specifies a transition effect with a slow start?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
ease-in
- Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
skew()
- Which of the following method skews an element along the X-axis by the given angle using tranform?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
skewX()
- Which of the following property specifies the speed curve of the transition effect?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
transition-timing-function
- Which of the following method moves an element from its current position using tranform?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
translate()