Hello, I’d like to know how to apply a trainsition like transition: all 0.3s ease-in-out;
on the dropdown menu? Right now everything has this fading effect except the sub-menu dropdown when I hover on the menu.
Hi there
Hope you are having a good day and thank you for your question
Illdy is one-page WordPress theme and it does not have drop-down menus, how or where do you want to apply these transitions?
I need to see your live website, please provide url and i will take a look
Hi, thanks for response! I mean the drop down menu when you hover your mouse over the menu.
Here is the url to the website http://aurakingdom.lepei.me/ , you can see the delay of the sub-menu’s text disappearing. Thank you in advance!
Hi
ok, this is default link transiton css code and you have to change it to something lower value:
a {
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
at this moment 0.3 is too high for you, I think 0.1 will be normal, please add !important tag if this not worked