To Use:
- Copy Hover Effects (located in the Eye Candy Category) into the scripts library
- Add the Hover Effects script to the head of the page
- Add the desired class to the element
- To change the color you must make a copy of the script, then find the desired class and change its hover style.
.inverted-20 {
padding: 0 10px;
line-height: 1em;
background:
linear-gradient(#fff 0 0),
linear-gradient(#000 0 0),
#000;
-webkit-background-clip: text,padding-box;
background-clip: text,padding-box;
background-size: 100% 50%;
background-position: 100vmax 100%;
box-shadow: 100vmax 0.5em 0 0 #0000;
background-repeat: no-repeat;
transition: 0.5s;
}
.inverted-20:hover {
background-position: 0 100%;
box-shadow: 0 0.5em 0 0 #000;
}
1. Hover me
2. Hover me
3. Hover me
4. Hover me
5. Hover me
6. Hover me
7. Hover me
8. Hover me
9. Hover me
10. Hover me
11. Hover me
12. Hover me
13. Hover me
14. Hover me
15. Hover me
16. Hover me
17. Hover me
18. Hover me
19. Hover me
20. Hover me
21. Hover me
22. Hover me
23. Hover me
24. Hover me