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 <github-actions@github.com>
This commit is contained in:
Luigi Teschio 2024-07-02 10:08:38 +02:00 committed by GitHub
parent fb1c2b9936
commit fe4141f663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 9 deletions

View File

@ -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( {
} ) }
>
<motion.div
className="edit-site-resizable-frame__inner-content"
className="customize-your-store-edit-site-resizable-frame__inner-content"
animate={ {
borderRadius: isFullWidth ? 0 : 8,
} }

View File

@ -572,7 +572,8 @@ body.woocommerce-assembler {
}
}
.edit-site-resizable-frame__inner-content {
.customize-your-store-edit-site-resizable-frame__inner-content {
height: 100%;
border-radius: 20px !important;
}
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: enhancement
CYS: Remove iframe animation