Skip to content

Commit

Permalink
Reduce fade out delay
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Jan 31, 2024
1 parent 9eca467 commit d7671f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
border: 1px dotted rgba(var(--wp-admin-theme-color--rgb), 1);
border-radius: $radius-block-ui;
animation: block-editor-has-editable-outline__fade-out-animation 0.3s ease-out;
animation-delay: 3s;
animation-delay: 1s;
animation-fill-mode: forwards;
@include reduce-motion("animation");
}
Expand Down

0 comments on commit d7671f0

Please sign in to comment.