Skip to content

Commit

Permalink
use all transition
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and jeryj committed Aug 2, 2024
1 parent f24afa2 commit 274108e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/block-editor/src/components/iframe/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
}

.block-editor-iframe__html {
$beizer: cubic-bezier(0.65, 0, 0.45, 1);
$duration: 0.5s;
border: 0 solid $gray-300;
transform-origin: top center;
transition: transform $duration $beizer, background $duration $beizer, border $duration $beizer, margin $duration $beizer;
transition: all 0.5s cubic-bezier(0.65, 0, 0.45, 1);
@include reduce-motion("transition");
}

Expand Down Expand Up @@ -57,7 +55,6 @@
display: flex;
flex-direction: column;


> .is-root-container:not(.wp-block-post-content) {
flex: 1;
display: flex;
Expand Down

0 comments on commit 274108e

Please sign in to comment.