From 25a674cabb59ae21bffb8c862e986340433b6938 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Tue, 15 Nov 2022 20:31:13 +0000 Subject: [PATCH] fix: background transition compatibility --- src/components/widgets/background/scss/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/widgets/background/scss/index.scss b/src/components/widgets/background/scss/index.scss index 886a3b9d..91143d41 100644 --- a/src/components/widgets/background/scss/index.scss +++ b/src/components/widgets/background/scss/index.scss @@ -13,6 +13,7 @@ .backgroundTransform { @include animation('fadein2 2s'); -webkit-transition: background 2s; + -mov-transition: background 2s; -o-transition: background 2s; transition: background 2s; }