mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-324: Lengthen duration of menu show/hide.
This commit is contained in:
@@ -562,17 +562,17 @@ p.hint {
|
||||
#menu.closed {
|
||||
animation-name: hide-menu;
|
||||
animation-timing-function: linear;
|
||||
animation-duration: 0.03125s;
|
||||
animation-duration: 0.05s;
|
||||
-webkit-animation-name: hide-menu;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-webkit-animation-duration: 0.03125s;
|
||||
-webkit-animation-duration: 0.05s;
|
||||
}
|
||||
|
||||
#menu.open {
|
||||
animation-name: show-menu;
|
||||
animation-timing-function: linear;
|
||||
animation-duration: 0.03125s;
|
||||
animation-duration: 0.05s;
|
||||
-webkit-animation-name: show-menu;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-webkit-animation-duration: 0.03125s;
|
||||
-webkit-animation-duration: 0.05s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user