mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 05:06:53 +08:00
Don’t waste CPU animating the tooltip “dots” when in the background
This commit is contained in:
parent
bbe4389433
commit
1547234040
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ tutorial-tip-background.visible {
|
|||
animation-delay: 1s;
|
||||
}
|
||||
|
||||
body.is-blurred .tutorial-tip.visible:after {
|
||||
animation: none;
|
||||
}
|
||||
|
||||
@keyframes sonarEffect {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
|
Loading…
Reference in a new issue