CSS Transitions


  1. Which of the following transition-timing-function property specifies a transition effect with a slow start?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    ease-in


  1. Which of the following method skews an element along the X and Y-axis by the given angles using tranform?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    skew()



  1. Which of the following method skews an element along the X-axis by the given angle using tranform?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    skewX()


  1. Which of the following property specifies the speed curve of the transition effect?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    transition-timing-function



  1. Which of the following method moves an element from its current position using tranform?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    translate()