Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css hover animation text

a {
  /* Same as before */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #css #hover #animation #text
ADD COMMENT
Topic
Name
8+6 =