From 1547234040ad4ca5ae948ce4b632f849d7a7b132 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 16 Jun 2019 12:04:53 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20waste=20CPU=20animating=20the?= =?UTF-8?q?=20tooltip=20=E2=80=9Cdots=E2=80=9D=20when=20in=20the=20backgro?= =?UTF-8?q?und?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/components/tutorial-overlay.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/components/tutorial-overlay.less b/app/static/components/tutorial-overlay.less index fe62d1012..9c2c170a1 100644 --- a/app/static/components/tutorial-overlay.less +++ b/app/static/components/tutorial-overlay.less @@ -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;