Tweeking infobox timming
This commit is contained in:
parent
3ea84a1bf5
commit
32f46d7ee2
|
@ -98,7 +98,7 @@
|
|||
background-color: rgba(0,0,0,0.5);
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
transition: all 1.5s linear;
|
||||
transition: all 1.7s cubic-bezier(.76,.05,.86,.06);
|
||||
border: white solid;
|
||||
border-width: 1px 0 0 1px;
|
||||
border-radius: 0.3em 0 0 0;
|
||||
|
|
|
@ -13,7 +13,7 @@ TOGGLE_FULLSCREEN = "F"
|
|||
|
||||
PAGE_TRANSITION_SPEED = "1.5s"
|
||||
MOUSEWHELL_MIN_DELAY = 50
|
||||
DELAY_BEFORE_HIDDING_CONTROLS = 3000;
|
||||
DELAY_BEFORE_HIDDING_CONTROLS = 2000;
|
||||
|
||||
//====================
|
||||
// STATES CONSTANTS
|
||||
|
|
Loading…
Reference in New Issue