When you look at the menu of this website: https://www.eurotuin.be/
And when you try to hover it, it collapses really fast. see the menu here
I've tried experimenting with the following code, but it doesn't seem to work:
.main-nav__link {
transition:all 0s ease 0s!important;
}
This one has same effect:
.main-nav__link {
transition:all 3s ease 3s!important;
}