How to use the transition property for multiple values code example
Example: css transition select multiple attributes
.myclass {
/* ... */
transition: all 200ms ease;
transition-property: box-shadow, height, width, background, font-size;
}