CSS Transitions
- Which of the following transform property value defines a perspective view for a 3D transformed element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
perspective(n,n,n)
- 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)
- 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 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