Property transition-property
Specifies the name of the CSS property the
transition effect is for.
.my-element {
transition-property: background-color;
}
Specifies the name of the CSS property the
transition effect is for.
.my-element {
transition-property: background-color;
}