Hi,
Is it possible to add an effect to a border line so on hover: the line transitions from left to right.
normal: line opacity would be 0.3
hover: line opacity would be 0.3 and transition its full width from left to right
Thanks in advance
Hi user877!
I don’t think it’s possible currently. It would be a good thing to ask in a CSS forum.
Regards,
Elliott
Hi elliot, this site has it here and it’s quite a cool effect..
Hi,
It looks like they are using this on hover:
-webkit-transition-duration: 300ms;
Best regards,
Rikard
yeah I found this too..
cheers for the heads up!