How can I add animation to the dropdown? I assume by modifying popperConfig, but how? At the moment dropdown-menu has a generated inline style, e.g. position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate3d(0px, 40px, 0px); Of course I can just add transition: translate .3s ease to it, but what if I want to change the direction or
Tag: popper.js
How to make dropdown menus work using popperjs in Bootstrap 5 [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question I’m currently trying to make dropdown menus work in Bootstrap 5. I read this functionality requires Popper.js, but I don’t
I am using bootstrap and everything is working except for tooltips
Okay so my javascript is definitely not on point, and I am really stuck with integrating tooltips into my rails application. I have done everything that bootstrap is telling me to do in any possible way, and it still doesnt work… The only progress I made is that now when I hover over something I see the text that is
How to initialize Tooltips in Bootstrap 4 with pure JavaScript? No jQuery
I’m somehow stuck with this code: I’d like to change it to pure JavaScript. I’m not sure how to call the tooltip function, I already have some ideas like: I’m able to get all the tooltips, but I cannot initialize them. If I write something like this: Then it works, but I want to remove the jQuery dependency since this