css-transition Flashcards
1
Q
The transition property is shorthand for which four CSS properties?
A
The transition property is shorthand for the four CSS properties which are: transition-property, transition-duration, transition-timing-function, and transition-delay. This looks like: transition: background-color 0.5s ease-in-out no delay;