diff --git a/ui (gen4)/index.html b/ui (gen4)/index.html
index e4f1c2aa..6363eae5 100755
--- a/ui (gen4)/index.html
+++ b/ui (gen4)/index.html
@@ -37,6 +37,14 @@
}
/* basic animation... */
+.viewer:not(.no-transitions) {
+ -webkit-transition: background-color 0.8s ease;
+ -moz-transition: background-color 0.8s ease;
+ -ms-transition: background-color 0.8s ease;
+ -o-transition: background-color 0.8s ease;
+ transition: background-color 0.8s ease;
+}
+
.viewer:not(.no-transitions) .ribbon-set:not(.no-transitions) {
-webkit-transition: all 0.2s linear, transform 0.2s linear;
-moz-transition: all 0.2s linear, transform 0.2s linear;