CSS Transitions


  1. Which of the following css property specifies an image to use as the background of an element?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    background-image


  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



  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 transform property value defines a 3D scale transformation?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    scale3d(x,y,z)