From: Vincent Vanwaelscappel Date: Wed, 20 Nov 2024 10:26:28 +0000 (+0100) Subject: wait #7195 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3de79e9a23d4f8b9b802931ba52ccb92b376a0b3;p=fluidbook-html5.git wait #7195 @0.25 --- 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;