Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

color transition time css

.element {
  transition: background-color 0.5s ease;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #color #transition #time #css
ADD COMMENT
Topic
Name
9+3 =