CSS Transitions
- Which of the following css property specifies an image to use as the background of an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
background-image
- Which of the following property defines when the transition will start and it allows a transition to begin execution some some period of time from when it is applied?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
transition-delay
- Which of the following transform property value defines a translation, using only the value for the X-axis?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
translateX(x)
- Which of the following transform property value defines a 2D translation?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
translate(x,y)
- Which of the following transform property value defines a 3D scale transformation?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
scale3d(x,y,z)