Tooltip animation

How can I animate a Bootstrap 5.3 tooltip?

I have managed to change the tooltip styles by manually modifying the CSS, as there is no way to do this visually in the program.

Will this ever be possible?

If you can’t select in the view, you can hardly apply an animation and for those who don’t like code, you can’t change its style either.

Hi @jlpg
CSS alone is not enough to animate Bootstrap 5.3 tooltips because their visibility and positioning are controlled by Java. You need to combine CSS for the animation styles and Javascript to trigger the animation when the tooltip appears or disappears.