Which CSS property is used to specify the number of times an animation should repeat?
A). <div>animation-iteration-count
B). <div>transition-duration
C). <div>transition-timing-function
D). <div>animation-delay
How do CSS transitions differ from CSS animations?
A). <div>Transitions are more flexible and customizable than animations.
B). <div>Transitions allow for continuous looping effects.
C). <div>Transitions are used to define keyframes for animations.
D). <div>Transitions change property values smoothly over a specified duration.
How does specifying a transition delay in CSS benefit animations?
A). <div>It slows down the animation's duration.
B). <div>It speeds up the animation's duration.
C). <div>It controls when the animation starts after being triggered.
D). <div>It applies multiple animations simultaneously.
What does the backwards value for the animation-fill-mode property in CSS animations signify?
A). <div>The animation starts from the beginning when triggered.
B). <div>The animation starts from the end when triggered.
C). <div>The animation starts from a specified keyframe when triggered.
D). <div>The animation starts from its current state when triggered.
What role does the animation-direction property play in CSS animations?
A). <div>It specifies the number of times the animation should repeat.
B). <div>It defines the starting and ending states of an animation.
C). <div>It controls the direction of the animation (forwards, backwards, etc.).
D). <div>It specifies the easing function for the animation.
How can developers optimize the performance of CSS animations?
A). <div>By adding multiple simultaneous animations.
B). <div>By using heavy images and video backgrounds.
C). <div>By avoiding excessive animations and optimizing code.
D). <div>By removing all transitions from the website.
How can CSS transitions and animations contribute to responsive design?
A). <div>By slowing down page loading times.
B). <div>By adding interactive elements to web pages.
C). <div>By improving visual appeal and engagement.
D). <div>By making elements static and unchanging.
What does the ease-in-out timing function in CSS transitions signify?
A). <div>A gradual acceleration followed by a gradual deceleration.
B). <div>A sudden start with a gradual acceleration.
C). <div>A gradual acceleration with no deceleration.
D). <div>A linear speed with no acceleration or deceleration.
Which of the following CSS properties is used to define the duration of an animation effect?
A). <div>animation-duration
B). <div>transition-duration
C). <div>animation-timing-function
D). <div>transition-timing-function
What is the purpose of using keyframes in CSS animations?
A). <div>To define the starting and ending states of an animation.
B). <div>To specify the duration of an animation.
C). <div>To control the easing function of an animation.
D). <div>To hide elements from users.