]> _ Git - fluidbook-html5.git/commitdiff
wait #4762 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Oct 2021 09:29:18 +0000 (11:29 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Oct 2021 09:29:18 +0000 (11:29 +0200)
style/fluidbook.less

index 7f1c8857465d9be53c4d7d4b75f648e1d2a247e9..f202d96adeb6e4e986a5b07e4f2a6a8f701470b0 100644 (file)
@@ -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;