Which value makes an animation run infinitely?
Anonymous Quiz
9%
forever
16%
loop
73%
infinite
2%
endless
Which property sets the delay before an animation starts?
Anonymous Quiz
2%
animation-wait
80%
animation-delay
13%
animation-duration
4%
animation-timing
Which shorthand combines multiple animation properties?
Anonymous Quiz
9%
animate
62%
animation
24%
keyframes
4%
transition
👍1👎1
Which property freezes the final keyframe at the end?
Anonymous Quiz
4%
animation-delay
9%
animation-direction
78%
animation-fill-mode: forwards;
9%
animation-state
Which property lets you specify multiple stages (0%, 50%, 100%)?
Anonymous Quiz
35%
animation-stages
53%
2%
animation-breaks
9%
animation-percent
To apply an animation named spin with duration 3s, correct is:
Anonymous Quiz
67%
animation: spin 3s;
7%
animate: spin 3s;
16%
keyframe: spin 3s;
9%
transition: spin 3s;
😁2
Which property is often adjusted in responsive design?
Anonymous Quiz
11%
background-color
55%
font-size
14%
border-style
20%
cursor
Which query is best for mobile-first design?
Anonymous Quiz
47%
min-width
33%
max-width
7%
min-height
13%
resolution
Which value hides overflowing content completely?
Anonymous Quiz
82%
overflow: hidden;
2%
overflow: visible;
5%
overflow: scroll;
11%
overflow: auto;
Which value adds scrollbars only when necessary?
Anonymous Quiz
0%
hidden
52%
auto
11%
visible
37%
scroll
Which property controls horizontal overflow?
Anonymous Quiz
2%
overflow
91%
overflow-x
2%
overflow-y
4%
scroll-x
Which value always shows scrollbars even if not needed?
Anonymous Quiz
9%
hidden
15%
visible
13%
auto
63%
scroll
Which property is used to rotate, scale, or skew elements?
Anonymous Quiz
11%
translate
71%
transform
11%
transition
7%
animation
Which function rotates an element 45 degrees?
Anonymous Quiz
7%
transform: skew(45deg);
84%
transform: rotate(45deg);
7%
transform: spin(45deg);
2%
rotate: 45deg;