🌐 Web (HTML & CSS)
CSS: Transitions
Transitions animate a property change over time. Use transition: property duration; e.g. transition: background 0.3s; Then change the property (e.g. on hover) and it animates.
3 min 10 XP Lesson 22 of 26

Transitions animate a property change over time. Use transition: property duration; e.g. transition: background 0.3s; Then change the property (e.g. on hover) and it animates.
