Which CSS property can provide to add an effect when changing from one style…
2022
Which CSS property can provide to add an effect when changing from one style to another, without using flash animations or JavaScript?
- A.
Associations
- B.
Transitions
- C.
Transistor
- D.
None of the above
Attempted by 191 students.
Show answer & explanation
Correct answer: B
CSS Transitions allow gradual change between property values (e.g., color, size, position) over a specified duration using timing functions.
They eliminate the need for JavaScript or Flash by providing built-in declarative animation, enabling smooth visual effects directly through CSS.