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;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly