This pen was inspired by webdesignerdepot's new design, the title on each article will be highlighted when user hovered it.
The idea is simple, it make used of linear gradient and transition.
- We set the title to be inline element (This will break every background when the title breaked into lines)
- Apply linear-gradient background, with half transparent-color, and highlighted color on the other half. then make it 200% size.
- Change the background-position-x to -100%, it will push the highligted color 100% to the right.
- Apply transition property to get the nice sliding effect.
Forked from Rian Ariona's Pen Animated highlighted text.
A Pen by Seth Broweleit on CodePen.