Open command surfaces with fast, centered focus.
Command Menu Reveal
A fast fade, slight scale, and short upward movement keeps attention centered without making utility UI feel dramatic.
Reveal the command menu with a fast, centered entrance. The panel should start at opacity 0, scale 0.98, and translateY(6px), then animate to opacity 1, scale 1, and translateY(0). Use around 160ms duration and ease-out. Keep it focused, fast, and utility-like.
Do not slide the panel from far away, bounce it into place, blur the whole screen heavily, or delay the input field. The menu should feel ready immediately.
{
"id": "command-menu-reveal",
"category": "motion",
"trigger": "open command menu",
"target": "floating panel",
"from": { "opacity": 0, "scale": 0.98, "y": "6px" },
"to": { "opacity": 1, "scale": 1, "y": "0px" },
"duration": "160ms",
"easing": "ease-out"
}