Posted in Web Dev
105
1:17 am, June 19, 2022
 

Drop Down Nav Opacity

Drop Down Nav on Using Opacity rather than display none.

I noticed this dropdown nav and wondered how it worked.

They just change the opacity of the sub navs on mouse over and have them there all the time, seems kinda cool. Also a few other items are changed.

Opacity to 1, transform: rotate to 0 deg and pointer events all. Which means its initial state is Opacity 0, hidden, rotate (not sure), pointer-events:none. So you cant see it and you cant click on it, not sure why this is better than display none, maybe this is to keep the layout formatting the same or is it just being clever, or another way to do things.

Source Site: overwolf.com

View Statistics
This Week
52
This Month
193
This Year
1075

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in Web Dev
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Even if you fall on your face, you're still moving forward.
Victor Kiam
Random CSS Property

mask-border-width

The mask-border-width CSS property sets the width of an element's mask border.
mask-border-width css reference