Skip to content

Commit

Permalink
Try: Reduced inserter hover delay. (#23046)
Browse files Browse the repository at this point in the history
Alternative to #23043, props @MichaelArestad.

This one is faster, but still delayed.

Co-authored-by: Joen Asmussen <[email protected]>
  • Loading branch information
jasmussen and Joen Asmussen authored Jun 12, 2020
1 parent c8c2542 commit c0d5301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
.block-editor-block-list__block-popover-inserter {
.block-editor-inserter__toggle.components-button {
// Fade it in after a delay.
animation: block-editor-inserter__toggle__fade-in-animation-delayed 1.2s ease;
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
animation-fill-mode: forwards;
@include reduce-motion("animation");
}
Expand Down

0 comments on commit c0d5301

Please sign in to comment.