Como fazer a transição do texto CSS

nav a {
	transition: color 1s; /* For modern browsers */
}
Anthony Smith