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