CSS transitions in Elementor Navbar

CSS transitions in Elementor Navbar

To add the transition css:

Choose Custom CSS in the Advanced tab of the Navbar element:

with submenu:

Code:

selector .menu-item {
  transition: 5s;
}

selector .elementor-sub-item {
  transition: 3s;
}

(More info on transition at: w3schools)

en_GB