Intermediate
HTML & CSS
Q51 / 100
What does the CSS "transition" property do?
Correct! Well done.
Incorrect.
The correct answer is B) Animates changes to a property's value smoothly over a specified duration, rather than the change happening instantly
B
Correct Answer
Animates changes to a property's value smoothly over a specified duration, rather than the change happening instantly
Explanation
transition specifies which properties should animate, over what duration and timing function, when their values change (e.g. on hover).
Progress
51/100