CSS Transitions


  1. Which of the following transform property value defines a perspective view for a 3D transformed element?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    perspective(n,n,n)


  1. Which of the following transform property value defines a 3D scale transformation?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    scale3d(x,y,z)



  1. Which of the following transform property value defines a translation, using only the value for the X-axis?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    translateX(x)


  1. Which of the following transform property value defines a 2D translation?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    translate(x,y)



  1. 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?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    transition-delay