mirror of
https://github.com/Jakubantalik/transitions.dev.git
synced 2026-09-14 20:26:33 +08:00
fdd9353c36
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>