Test Series - css

Test Number 40/59

Q: Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?
A. animation
B. animation-name
C. animation-element
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following CSS Property determines whether an animation should run in reverse on some cycles?
A. animation
B. animation-run
C. animation-repeat
D. none of the mentioned
Solution: animation-direction : Determines whether an animation should run in reverse on some cycles.
Q: 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?
A. animation-play
B. animation-delay
C. animation-fill-mode
D. animation-play-state
Solution: Self-explainatory.
Q: Which of the following CSS Property sets the pace of the transition to the next keyframe, as described in the previous section?
A. animation-timing-function
B. animation-pace-function
C. animation-transition-function
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following CSS property defines whether the animation is running or paused?
A. animation-pause-state
B. animation-state
C. animation-play-state
D. all of the mentioned
Solution: Self-explainatory.
Q: Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?
A. animation-stop
B. animation-delay
C. animation-start
D. animation-control
Solution: Self-explainatory.
Q: Which of the following property specifies the number of times an animation should run?
A. animation-repeat
B. animation-count
C. animation-iteration-count
D. all of the mentioned
Solution: Self-explainatory.
Q: Which of the following property specifies whether an element is an accelerator indicator or not?
A. animation
B. accelerator
C. scan
D. none of the mentioned
Solution: Self-explainatory.
Q: Which of the following property specifies the direction in which a marquee should move?
A. marquee
B. marquee-direction
C. marquee-time
D. none of the mentioned
Solution: Self-explainatory.
Q: @keyframes rule is used to define the properties that will control the audio/video formats. State true or false.
A. True
B. False
C. .
D. none
Solution: @keyframes rule is used to define the properties that will be animated in an animation rule.

You Have Score    /10