Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a delay to the block type label on hover (#9197)
* Adding a delay to block hover animations. When a user mouses over a block, they're currently presented with a dark blue outline and text label. This can be jarring, and add to a feeling of Gutenberg being "heavy" with its UI. This PR explores replacing that blue outline with a light gray outline initially, and introducing the blue outline and label after a short delay. * Adding an outline color delay to the page header. * Reinstating the blue outline hover state. * Speed up the fade-in animation for the block label.
- Loading branch information