Answers for "html trigger animation after hover text"

CSS
0

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%;
}
Posted by: Guest on April-11-2021

Browse Popular Code Answers by Language