From 49da64140c05055eff7319d7263acfe7189ced1f Mon Sep 17 00:00:00 2001 From: Vishnu Date: Fri, 9 May 2025 10:18:13 +0530 Subject: [PATCH 1/2] Enhance sidebar animations: improve open/close transitions and add reveal effects for sidebar elements. --- app/src/components/ui/list/DropDownList.tsx | 1 + .../collaboration/camera/collabCams.tsx | 9 +- .../instances/animator/vehicleAnimator.tsx | 3 +- .../visualization/zone/zoneCameraTarget.tsx | 172 +++++++++--------- app/src/styles/layout/sidebar.scss | 66 ++++--- 5 files changed, 146 insertions(+), 105 deletions(-) diff --git a/app/src/components/ui/list/DropDownList.tsx b/app/src/components/ui/list/DropDownList.tsx index 2a77303..89971a2 100644 --- a/app/src/components/ui/list/DropDownList.tsx +++ b/app/src/components/ui/list/DropDownList.tsx @@ -123,6 +123,7 @@ const DropDownList: React.FC = ({ )}