Answers for "transition text css"

CSS
0

how to transition text color css

nav a {
	transition: color 1s; /* For modern browsers */
}
Posted by: Guest on October-24-2020
1

transition syntax css

transition: property duration transition-timing-function delay; 
/*Shorthand Property*/
Posted by: Guest on September-08-2020

Browse Popular Code Answers by Language