multiple transition in css

CSS
.nav a {
  transition: color .2s, text-shadow .2s;
}
Source

Also in CSS: