Table of Contents | ||||
---|---|---|---|---|
|
...
Interaction
Tooltip presentation
...
The behavior of tooltips depends on the context of the user’s interaction. Regular (e.g. truncation of any sort):
...
Mouse cursor enters the target area: display visual feedback of hover within 0.1 seconds.
...
If cursor remains stationary within the target area for 1.5 seconds (including the loading time of content), display tooltip on the location of the cursor currently within the target area (position of tooltip doesn't change while the cursor is inside target area)
...
If cursor had moved to another target area in less than 1 second, remove current tooltip and show tooltip for the new target after 0.1 seconds
...
General interaction guidelines
...