How can we use hover in animation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can we use hover in animation

2nd Jun 2018, 5:36 PM
Sai Dinesh
Sai Dinesh - avatar
3 Answers
3rd Jun 2018, 9:14 AM
keev23i
keev23i - avatar
+ 1
if you click on it, it will be active if you click anywhere else after that, it will be inactive
2nd Jun 2018, 5:48 PM
Roel
Roel - avatar
+ 1
<p>TESTING</p> <style> p:hover{ color:red; font-size:20px; } </style> Now whenever you click (touch device) or hover(moue) upon "TESTING" text , the Color of the text changes to rec and text size to 20px , if you remove moue from that text then text come to its original style
2nd Jun 2018, 6:27 PM
Sudarshan Rai
Sudarshan Rai - avatar