From 5b285d329d8f3be076649792fe63e775e0a5b5a8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Oct 2021 11:29:18 +0200 Subject: [PATCH] wait #4762 @0:10 --- style/fluidbook.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 7f1c8857..f202d96a 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -186,11 +186,6 @@ body, html { display: none; } -/* Dynamic colors */ -#background { - .prop-transition(background-color, 1); -} - #next-arrows, #prev-arrows { .prop-transition(color, 1); } @@ -203,6 +198,7 @@ body, html { width: 100%; height: 100%; z-index: 0; + transition: opacity 500ms, background-color unit(@page-transition-duration+0.3, s); &.visible { opacity: 1; -- 2.39.5