CSS Multiple Choice Questions & Answers on CSS Keyframes for Freshers

1. 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
Answer: b
2. 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
Answer: d

Explanation: animation-direction : Determines whether an animation should run in reverse on some cycles.
3. 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
Answer: c
4. 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
Answer: a
5. 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
Answer: c
6. 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
Answer: b
7. 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
Answer: c
8. 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
Answer: b
9. 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
Answer: b
10. @keyframes rule is used to define the properties that will control the audio/video formats. State true or false.

a) True
b) False
Answer: b

Explanation: @keyframes rule is used to define the properties that will be animated in an animation rule.

Related

Data Structure Questions and Answers on Sum of Digits of a Given Number using Recursion

1. Which of the following methods can be used to find the sum of digits of a number? a) Recursionb) Iterationc) Greedy algorithmd) Both recursion and iteration Answer: d Explanation: Both recu...

Java Multiple Choice Questions & Answers on Character and Boolean Data Types for Freshers

1. What is the numerical range of a char data type in Java? a) -128 to 127b) 0 to 256c) 0 to 32767d) 0 to 65535 Answer:d Explanation: Char occupies 16-bit in memory, so it supports 2^16 i:e from ...

Java Multiple Choice Questions & Answers on Integer and Floating Data Types for Freshers

1. What is the range of short data type in Java? a) -128 to 127b) -32768 to 32767c) -2147483648 to 2147483647d) None of the mentioned Answer:b Explanation:Short occupies 16 bits in memory. Its ra...

Post a Comment

emo-but-icon
:noprob:
:smile:
:shy:
:trope:
:sneered:
:happy:
:escort:
:rapt:
:love:
:heart:
:angry:
:hate:
:sad:
:sigh:
:disappointed:
:cry:
:fear:
:surprise:
:unbelieve:
:shit:
:like:
:dislike:
:clap:
:cuff:
:fist:
:ok:
:file:
:link:
:place:
:contact:

item