Posted in Web Dev
114
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
56
This Month
202
This Year
1084

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
The mind must be given relaxation; it will arise better and keener after resting. As rich fields must not be forced-for their productiveness, the have no rest, will quickly exhaust them constantlabor will break the vigor of the mind, but if it is released and relaxed a little while, it will recover its powers
Seneca
Random CSS Property

::first-line (:first-line)

The ::first-line CSS pseudo-element applies styles to the first line of a block-level element.
::first-line (:first-line) css reference