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:
parent
fb1c2b9936
commit
fe4141f663
|
@ -246,13 +246,6 @@ function ResizableFrame( {
|
||||||
if ( definition === 'fullWidth' )
|
if ( definition === 'fullWidth' )
|
||||||
setFrameSize( { width: '100%', height: '100%' } );
|
setFrameSize( { width: '100%', height: '100%' } );
|
||||||
} }
|
} }
|
||||||
whileHover={ {
|
|
||||||
scale: 1.005,
|
|
||||||
transition: {
|
|
||||||
duration: 0.5,
|
|
||||||
ease: 'easeOut',
|
|
||||||
},
|
|
||||||
} }
|
|
||||||
transition={ frameTransition }
|
transition={ frameTransition }
|
||||||
size={ frameSize }
|
size={ frameSize }
|
||||||
enable={ {
|
enable={ {
|
||||||
|
@ -309,7 +302,7 @@ function ResizableFrame( {
|
||||||
} ) }
|
} ) }
|
||||||
>
|
>
|
||||||
<motion.div
|
<motion.div
|
||||||
className="edit-site-resizable-frame__inner-content"
|
className="customize-your-store-edit-site-resizable-frame__inner-content"
|
||||||
animate={ {
|
animate={ {
|
||||||
borderRadius: isFullWidth ? 0 : 8,
|
borderRadius: isFullWidth ? 0 : 8,
|
||||||
} }
|
} }
|
||||||
|
|
|
@ -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;
|
border-radius: 20px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: enhancement
|
||||||
|
|
||||||
|
CYS: Remove iframe animation
|
Loading…
Reference in New Issue