From c71fab322e555463bde94953a006a1c46c0c2a12 Mon Sep 17 00:00:00 2001
From: Akshar Patel <123344143+AksharP5@users.noreply.github.com>
Date: Wed, 12 Aug 2026 23:55:29 -0400
Subject: [PATCH] fix(catalog): center the menu morph preview (#3256)
---
docs/public/catalog/components/menu-morph.json | 2 +-
registry/components/menu-morph/demo.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/public/catalog/components/menu-morph.json b/docs/public/catalog/components/menu-morph.json
index aa650c84f..1d3244b1f 100644
--- a/docs/public/catalog/components/menu-morph.json
+++ b/docs/public/catalog/components/menu-morph.json
@@ -1 +1 @@
-{"html":"\n\n
\n \n \n Menu Morph - Demo\n \n \n \n \n \n \n\n"}
\ No newline at end of file
+{"html":"\n\n \n \n \n Menu Morph - Demo\n \n \n \n \n \n \n\n"}
\ No newline at end of file
diff --git a/registry/components/menu-morph/demo.html b/registry/components/menu-morph/demo.html
index 591cbf1d7..b284d2a2f 100644
--- a/registry/components/menu-morph/demo.html
+++ b/registry/components/menu-morph/demo.html
@@ -30,8 +30,8 @@
min-width: 760px;
min-height: 480px;
padding: 56px;
- /* ponytail: zoom on the wrapper — GSAP animates children, not this element */
- zoom: 3.4;
+ /* ponytail: scale the wrapper — GSAP animates children, not this element */
+ transform: scale(3.4);
}
.hf-transition-menu-morph {
position: relative;