1
votes

I want to keep tooltip open if hover over the tooltip container(content). how I can achieve it in angular ngx-bootstrap ?

1

1 Answers

0
votes

You can try using [tooltipFadeDuration] and you can define fade duration. Default is 150 and you can try and set it to higher value.

You may need to add it as a directive, so it would be like [tooltipFadeDuration]="500". The higher the number, the more time it will take to fade.

This is in the official documentation: https://valor-software.com/ngx-bootstrap/#/tooltip