CSS 3D Transforms


  1. Which of the following css property is used to describe how the animation will play?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Syntax:transition-timing-function transition-timing-function: timingfunction,timingfunction2,...timingfunctionN]


  1. Which of the following css property is used to define which properties a transition will be applied to?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Syntax: transition-property: all | none | property-name-1



  1. Which of the following css property is used to define the time it takes one iteration of an animation to play?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    transition-duration


  1. Which of the following css property is used to define a delay before an animation starts?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Syntax: transition-delay: time1



  1. Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Syntax: transform: list of transform-functions | none