Could tabs follow mouse on hover, with css only?
If yes, how?
kinda…
If your looking to do this as a learning challenge, take a look at CSS Transforms and Animations
I found this to be helpful when I was learning the basics:
How CSS Perspective Works | CSS-Tricks - CSS-Tricks
CSS only is a great challenge to learn, but to do it properly you will need JavaScript.
If you enjoy it, Kevin Powell has a few YouTube vids where Amit Sheen teaches him how to work with 3D animations and particles
(edit, if all you want is for something to change colour when you hover, and not slide, you can use :hover selector)
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.