Files
Jakub Antalik fdd9353c36 feat(p17): one tooltip that travels between the triggers in a group
The tooltip recipe now owns the continuity the demo pages already had:
a group of triggers shares one bubble. When it is already showing and
the pointer moves to a neighbouring trigger, the bubble tweens its
x-position and width to the new target on a 160ms move clock instead
of popping a second tooltip. When hidden, the geometry snaps under it
so only the delayed fade and scale play, and leaving the group still
hides it with no delay.

Travel and appear run as individual transform properties (translate,
scale) so they keep separate clocks. The homepage and detail cards show
a three-button row, the Copy snippet gains the small JS that measures
the target, the React template becomes a TooltipGroup, and the skill
recipe, root tokens and static page are regenerated from the source.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-13 14:29:57 +02:00
..