I need the animation after I hover the div. I.e, if I hover out of the div it just animate and come back to the initial state. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

I need the animation after I hover the div. I.e, if I hover out of the div it just animate and come back to the initial state.

https://sololearn.com/compiler-playground/WldMOnZ9W1iS/?ref=app I am not sure whether the feature I am expecting is possible through keyframes or not

7th Feb 2024, 11:03 PM
susi
susi - avatar
1 Respuesta
+ 1
you can use transition. I avoided duplicate divs by using pseudo-element :after instead. Also, I used :active instead of :hover for momentary transition without needing to click outside to deactivate. https://sololearn.com/compiler-playground/WWoaXfFZo06W/?ref=app
8th Feb 2024, 6:08 AM
Bob_Li
Bob_Li - avatar