Testing smart tooltip positioning and auto-open on scroll
Tooltips now automatically adjust their position to stay within the viewport. Try clicking hotspots near the edges of the screen!
Click the hotspot - tooltip should appear to the right
Click the hotspot - tooltip should appear to the left
If configured in the editor, tooltips can automatically open when they reach a certain position on the screen during scrolling.
The tooltip below should open automatically when it reaches 50% of the viewport height:
| Setting | Description | Default |
|---|---|---|
auto_open_enabled |
Enable/disable auto-open feature | Off |
trigger_position |
Viewport percentage (10-90%) | 50% |
auto_close_delay |
Milliseconds before auto-close (0 = don't close) | 0ms |