A generic transition
property that allows you to set the transition-property
, transition-duration
, transition-timing-function
, and transition-delay
values at the same time.
Sets the transition effect between two states of an element, these can be defined with the :hover
or :active
pseudo-class, or dynamically via JavaScript.
transition: single-transition;