From 2d16542f4d0c53949c77906cb70f6fd459c66c50 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:02:32 -0500 Subject: [PATCH] Restore "wave" typing indicator animation --- stylesheets/_modules.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 24608be467..0e19494590 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4275,7 +4275,12 @@ button.module-image__border-overlay:focus { } @include only-when-page-is-visible { - animation: typing-animation 1600ms ease infinite; + animation: { + name: typing-animation; + duration: 1600ms; + timing-function: ease; + iteration-count: infinite; + } } }