Tweeking infobox timming

This commit is contained in:
Christian Aribaud 2023-04-16 22:33:09 +02:00
parent 3ea84a1bf5
commit 32f46d7ee2
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
background-color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5);
z-index: 1; z-index: 1;
opacity: 0; opacity: 0;
transition: all 1.5s linear; transition: all 1.7s cubic-bezier(.76,.05,.86,.06);
border: white solid; border: white solid;
border-width: 1px 0 0 1px; border-width: 1px 0 0 1px;
border-radius: 0.3em 0 0 0; border-radius: 0.3em 0 0 0;

View File

@ -13,7 +13,7 @@ TOGGLE_FULLSCREEN = "F"
PAGE_TRANSITION_SPEED = "1.5s" PAGE_TRANSITION_SPEED = "1.5s"
MOUSEWHELL_MIN_DELAY = 50 MOUSEWHELL_MIN_DELAY = 50
DELAY_BEFORE_HIDDING_CONTROLS = 3000; DELAY_BEFORE_HIDDING_CONTROLS = 2000;
//==================== //====================
// STATES CONSTANTS // STATES CONSTANTS