Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to transition text color css

nav a {
	transition: color 1s; /* For modern browsers */
}
 
PREVIOUS NEXT
Tagged: #transition #text #color #css
ADD COMMENT
Topic
Name
8+6 =