Home / CSE / CSS - CS :: CSS Properties, CSS Elements, CSS Functions

CSE :: CSS - CS

  1. Which of the following transform property value defines a 3D transformation, using a 4×4 matrix of 16 values?

  2. A.

     matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)

    B.

     matrix(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)

    C.

     matrix2d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n)

    D.

     all of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Which of the following transform property value defines a 3D rotation along the Z-axis?

  4. A.

     rotate-Z(angle)

    B.

     rotate-Z-axis(angle)

    C.

     rotateZ(angle)

    D.

     all of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Which of the following transform property value defines a 3D rotation along the Z-axis?

  6. A.

     rotate-Z(angle)

    B.

     rotate-Z-axis(angle)

    C.

     rotateZ(angle)

    D.

     all of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Which of the following transform property value defines a 3D rotation?

  8. A.

     rotate3d(x,y,z,angle)

    B.

     rotated(x,y,z,angle)

    C.

     rotate-all(x,y,z,angle)

    D.

     rotate(x,y,z,angle)

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

  10. A.

     animation

    B.

     animation-name

    C.

     animation-element

    D.

     none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

  12. A.

     animation

    B.

     animation-run

    C.

     animation-repeat

    D.

     none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

  14. A.

     animation-play

    B.

     animation-delay

    C.

     animation-fill-mode

    D.

     animation-play-state

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following CSS Property sets the pace of the transition to the next keyframe, as described in the previous section?

  16. A.

     animation-timing-function

    B.

     animation-pace-function

    C.

     animation-transition-function

    D.

     none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which of the following CSS property defines whether the animation is running or paused?

  18. A.

     animation-pause-state

    B.

     animation-state

    C.

     animation-play-state

    D.

     all of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?

  20. A.

     animation-stop

    B.

     animation-delay

    C.

     animation-start

    D.

     animation-control

    View Answer

    Workspace

    Discuss Discuss in Forum