What does CSS3 allow you to do with animations ?
2024
What does CSS3 allow you to do with animations ?
- A.
Create complex 3D graphics
- B.
Trigger animations based on user interactions
- C.
Define smooth transitions between states
- D.
All of these
Attempted by 60 students.
Show answer & explanation
Correct answer: D
CSS3 allows you to create smooth transitions between states, apply 3D transforms for depth effects, and trigger animations through JavaScript events. These features enable dynamic user interfaces without requiring external plugins or heavy frameworks.