EASY Text Reveal Hover Effect in HTML & CSS

preview_player
Показать описание
Tutorial on how to create this easy and amazing text reveal animation when hovered with cursor.

👨‍💻 code editor
Visual Studio Code

🎵 intro/outro song

#css #web #animation
Рекомендации по теме
Комментарии
Автор

Hey, just wanted to drop a quick note to say thanks for the tutorial! Tried following along but ended up with something totally unexpected and amazing! Not sure what went wrong, but hey, sometimes happy accidents lead to the best creations, right? I'd love to share it with you. How can I get in touch to show you what I created following your guidance? Keep up the awesome content! 🎨✨

devmishra
Автор

Hi. It works perfect with one word. When i applied this animation for text with a few words, animation works smoothly only on the first word. How to fix it?

teselboom
Автор

To change the background color and the text color change when hovering over the menu
I used this code:
nav li:hover {
background-color: #EFBF04;
font-size: 18px;
transition:0.2s;
}

nav li:hover a {
color: #170B57; /* target the anchor tag specifically */
}
And it did wonders.

Suhanmybaby
Автор

everything is good but when i do hover nothing happen i write this almost 10 times plese help me brother

rakhikhan-mvnt
Автор

When I add some other content it's just overlapping is there any solution

notoriousdevil
Автор

Can I ask how to make it auto infinite?

yummersTV
join shbcf.ru