From fe4141f66351497293b1ea4d6285a2aaf71a9c89 Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Tue, 2 Jul 2024 10:08:38 +0200 Subject: [PATCH] CYS: Remove iframe animation (#48941) * CYS: Remove animation * Add changefile(s) from automation for the following project(s): woocommerce * lint CSS --------- Co-authored-by: github-actions --- .../customize-store/assembler-hub/resizable-frame.jsx | 9 +-------- .../client/customize-store/assembler-hub/style.scss | 3 ++- .../woocommerce/changelog/48941-fix-cys-remove-animation | 4 ++++ 3 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 plugins/woocommerce/changelog/48941-fix-cys-remove-animation diff --git a/plugins/woocommerce-admin/client/customize-store/assembler-hub/resizable-frame.jsx b/plugins/woocommerce-admin/client/customize-store/assembler-hub/resizable-frame.jsx index c9a7d09c5cc..e2b5f2bde26 100644 --- a/plugins/woocommerce-admin/client/customize-store/assembler-hub/resizable-frame.jsx +++ b/plugins/woocommerce-admin/client/customize-store/assembler-hub/resizable-frame.jsx @@ -246,13 +246,6 @@ function ResizableFrame( { if ( definition === 'fullWidth' ) setFrameSize( { width: '100%', height: '100%' } ); } } - whileHover={ { - scale: 1.005, - transition: { - duration: 0.5, - ease: 'easeOut', - }, - } } transition={ frameTransition } size={ frameSize } enable={ { @@ -309,7 +302,7 @@ function ResizableFrame( { } ) } >