Don’t waste CPU animating the tooltip “dots” when in the background

This commit is contained in:
Ben Gotow 2019-06-16 12:04:53 -05:00
parent bbe4389433
commit 1547234040

View file

@ -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;