Electricman
14
Q:

transition multiple properties

.nav a {
  transition: color .2s, text-shadow .2s;
}
6
.class-name {
  /* element transitions top and font-size for two seconds */
  transition: height 2s ease-in-out, font-size 2s ease-in-out;
}
2

New to Communities?

Join the community