CSS 3D Transforms


  1. Which of the following css property is used to define the animations that should be run?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: E

    Syntax:animation-name: @keyframe-name | none


  1. Which of the following css property is used to define the number of times an animation should play?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Syntax: animation-iteration-count: number | infinite



  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: C

    Syntax: animation-duration: time


  1. Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Syntax: animation-direction: normal | alternate [,normal | alternate



  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: animation-delay: time1 [,..timeN]