Given it stands out...
.element {
transition : [property] [duration] [ease] [delay];
}
.element {
transition : width 250ms ease-in-out 0.5s;
}
A list of CSS animated properties
Same list by category
Avoid all in your transition - be specific!
Focus on Cheap animation properties