From edfcf5a736c644aca6986599f081c186cd098c8f Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Mon, 19 May 2025 19:42:33 +0200 Subject: [PATCH] Enhance VTransition and OpenForm Components for Improved Animation and Structure - Added a new transition effect named 'fadeHeight' in `VTransition.vue` to enhance the visual experience during component transitions. - Wrapped `open-form-field` components in `OpenForm.vue` with the newly created `VTransition` to apply the fadeHeight transition, improving the overall user experience during form interactions. These changes aim to provide smoother animations and better structure in the form components, enhancing user engagement and visual appeal. --- client/components/global/transitions/VTransition.vue | 11 +++++++++++ client/components/open/forms/OpenForm.vue | 12 +++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/client/components/global/transitions/VTransition.vue b/client/components/global/transitions/VTransition.vue index 7fbafa30..ff778d2e 100644 --- a/client/components/global/transitions/VTransition.vue +++ b/client/components/global/transitions/VTransition.vue @@ -22,6 +22,17 @@ > + + +