Usually, the tooltip appears when hovering a mouse cursor over an element. I would like to change the tooltip to a new one after approximately 10 seconds each time it appears. This means that every time you hover over an element, the tooltip initially displayed is tooltip1, but after 10 seconds it switches to tooltip2. If you hover over the same element again, it will show tooltip1 once more.
Alternatively, another option could be to just display one tooltip, but have it automatically switch after 10 seconds...
Thank you