SOLUTION PAPER 2026 QUESTIONS WITH
ANSWERS GRADED A+
◉duration. Answer: Properties that defines the amount of time that
a transition takes in seconds (s) or milliseconds (s). Default is 0. If no
value is specified, then no transition occurs
◉timing function. Answer: Properties that describe the speed of a
transition. Valid options are ease, linear, ease-in, ease-out, and ease-
in-out
◉delay. Answer: Properties that defines how long before a transition
or animation begins
◉@keyframes. Answer: At-rule used to create CSS3 animations
◉Chrome 34 and Safari 7. Answer: @keyframes requires a prefix for
these two browsers
, ◉animation-name. Answer: Property that specifies the identifier for
the @keyframes animation that binds it to a selector
◉animation-iteration-count. Answer: Property that specifies the
number of times the animation will play. Default is 1.
◉animation-direction. Answer: Property that specifies whether to
play the animation in reverse on alternate cycles.
Requires an iteration count greater than 1. Parameters are normal,
reverse, alternate, alternate-reverse
◉animation-play-state. Answer: Property that specifies whether the
animation is running or paused. Default is running
◉Chrome, Safari, and Firefox. Answer: The resize property only
works in these browsers
◉appearance. Answer: CSS3 UI property that makes an element look
like a standard user interface element, such as a button or window
◉box-sizing. Answer: CSS3 UI property that forces specified
elements fit an area in a certain way