By default, the mobile toggle expands to reveal the menu with a slideout animation. I want the dropdown menus to open using the same animation.
I was able to get close by changing their classes from .dropdown-menu to .collapse as shown here, but this requires me to set a different ID for each dropdown which I'm trying to avoid. Is there any way to add the animation without having to create separate IDs?