Hey everyone, does anyone know if the site allows you to keyframe animation the mouse cursor ON HOVER (just any link that may be on my profile, not any specific container or image)?
I managed to keyframe the regular cursor and it works all fine, but I've tried to keyframe an another animation for the hovering cursor - but nothing has worked so far from all the html documentation I've checked. Has anyone worked with this before and know? Thanks for any replies
EDIT: I completely forgot you can just target links in the body
for anyone curious
body{
a:hover { animation: keyframename var var etc;
}
}