From 3de79e9a23d4f8b9b802931ba52ccb92b376a0b3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Nov 2024 11:26:28 +0100 Subject: [PATCH] wait #7195 @0.25 --- style/fluidbook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index f62b6ad9..8ae7d944 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -204,7 +204,7 @@ body, html { width: 100%; height: 100%; z-index: 0; - transition: opacity 500ms, background-color unit(@page-transition-duration+0.3, s); + transition: opacity 500ms ease-in-out, background-color unit(@page-transition-duration, s) ease-in-out; &.visible { opacity: 1; -- 2.39.5