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?

Answer: B. TransitionsCSS Transitions allow gradual change between property values (e.g., color, size, position) over a specified duration using timing functions. They eliminate…

  1. A.

    Associations

  2. B.

    Transitions

  3. C.

    Transistor

  4. D.

    None of the above

Attempted by 605 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…