Tooltip visual issues

Hello @Team

I have rebuilt my entire notification API, and replaced all the HTML titles with your custom Tooltip. However, right away I noticed some visual bits that are bothering the UX:

  1. Direction bug. When switching tooltips with different directions, the new one is visually applied before the former tooltip is hidden. In the demo this is easily reproduced with the direction buttons, that are very close together, but this can also be seen in tooltips that are one screen away from each other.

TooltipDirectionBug

  1. Duration bug. The tooltip duration is ignored when activating other tooltips. I think this would be fixed if multiple simultaneous tooltips were supported by the TooltipService.

TooltipDurationBug

We will do our best to provide fixes in our next updates.