Text fill on hover
Hovering over text gradually fills it with a new color — as if being painted from one direction.
What you're seeing
A nav link that fills with white from left to right as you hover.
Where you'll see it
Navigation links, large display text, animated CTAs.
Difficulty
Low — 2/5
Libraries that build it
CSS onlyGSAP
Ready to prompt — paste this into your AI coding tool
"Use pseudo-element or background-clip text technique, animate background-size from 0 to 100% on hover"