Skip to content

Commit

Permalink
No fadein/fadeout animation for the frame
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 13, 2024
1 parent 6114297 commit 3dcdf9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/edit-site/src/components/block-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,17 @@
.edit-site-editor-canvas__block-list.is-navigation-block {
padding: $grid-unit-30;
}
/* stylelint-disable */
::view-transition-old(frame),
::view-transition-new(frame) {
animation-duration: 0;
}
/* stylelint-enable */

.edit-site-visual-editor {
/* stylelint-disable */
view-transition-name: frame;
/* stylelint-enable */
position: relative;
height: 100%;
overflow: hidden;
Expand Down

0 comments on commit 3dcdf9c

Please sign in to comment.