mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
fix: background transition compatibility
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
.backgroundTransform {
|
||||
@include animation('fadein2 2s');
|
||||
-webkit-transition: background 2s;
|
||||
-mov-transition: background 2s;
|
||||
-o-transition: background 2s;
|
||||
transition: background 2s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user