transition-property
Term side of the Card
Topic: Animations
Unit title: transition-property
Categories: Property
Explanation side of the Card
Explanation: The property that specifies which CSS properties should be animated during a transition. It allows selecting specific properties, such as `opacity` or `background-color` to change gradually over a defined duration, creating smooth visual effects.
Browser compatibility:
- The chrome browser supports this feature starting from version 26
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 16
- The safari browser supports this feature starting from version 9
Availability: