transition

Term side of the Card
Topic: Animations
Unit title: transition
Categories: Property
Explanation side of the Card

Explanation: The shorthand property that defines the transition effects for CSS properties. It combines properties like `transition-property`, `transition-duration`, `transition-timing-function` and `transition-delay`, allowing smooth changes between styles over a specified period.

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: