I found multiple scripts that apply a slidedown/up effect to a Bootstrap 3 dropdown, but none of them work for me when the screen is smaller (XS/Mobile).
This thread has various options I've tried without success.
All the options I try do not function properly on mobile devices because of the nav-collapse
below 768px
width. It seems to mix up the function with the bs collapse
function and my dropdown mobile styles.
Ideally I would like the dropdown to trigger on hover for desktop and on click for devices but both with a nice slide effect.
Can anyone help please!