From 2c8d37d5b8c36b27b2c7d2cd306420c94d131e0a Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 24 Aug 2026 15:46:44 +0200 Subject: [PATCH] swarm-ui: animate the three header popovers on open Part of #3591 (mara: "pop ups and menus appearing should animate"). Each popover mounts fresh on open ({open ?
: null}, not a state transition), so a keyframe animation on the popover element itself is the right tool -- same shape as Shell.css's own shell-page-enter (fade + a slight translate/scale settle), including the identical three-rule motion-guard (base rule, prefers-reduced-motion media query, data-motion=reduce/allow explicit overrides). Scope: LinksMenu, SettingsMenu, UserMenu -- the three header popovers. Not included here (posted findings on the issue instead of guessing): the refresh-interval picker's dropdown (native