I have a dropdown menu made by me that acts with very simple class switching ( block
or none
).
The script works and updates the classes in the correct way, but it apparently ignores the transition
property of the class and does not fade.
I tried putting setTimeout but it did not work. I tried to put the transition into a class apart and call the two and did not.
Code > link