From 631442a5598f12d0452e86a933833fd8ee039699 Mon Sep 17 00:00:00 2001 From: ankitkr104 Date: Mon, 23 Mar 2026 16:48:22 +0530 Subject: [PATCH 1/2] fix(ui): Pattern hover animation drift and flicker - Resolved SVG zooming drift by setting absolute pixel-based transform origins - Eliminated rapid hover flickering by utilizing an invisible static rect hit-area - Upgraded zoom effects with a snappy cubic-bezier bounce curve - Added alternating rotation physics to symbols mimicking a playful 3D effect - Maintained sharp rx constraints per design specs --- src/components/shared/Pattern.jsx | 39 ++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/src/components/shared/Pattern.jsx b/src/components/shared/Pattern.jsx index 5be975d2..25c61246 100644 --- a/src/components/shared/Pattern.jsx +++ b/src/components/shared/Pattern.jsx @@ -17,12 +17,12 @@ export function Pattern({ let height = pattern.length * size + (pattern.length - 1) * gapY return ( -