Good afternoon.
All of the transition property to specify the duration of the animation for individual properties?
You like to write(maybe that was a mistake in the syntax, but the point is, I think that is clear:
transition: background-color 2s,
color 10s,
width 5s;
It is possible to specify a duration for the properties to transition without specifying the properties themselves?
PS. If you specify a duration value separated by a comma, the last value is used for all properties.