Update animation speed
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
7c81526805
commit
2fd221bc18
3 changed files with 18 additions and 14 deletions
|
@ -328,7 +328,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||
opacity: $lightbox-background-bg-opacity;
|
||||
background-color: $lightbox-background-bg-color;
|
||||
animation-name: mx_Dialog_lightbox_background_keyframes;
|
||||
animation-duration: 0.25s;
|
||||
animation-duration: 300ms;
|
||||
}
|
||||
|
||||
.mx_Dialog_lightbox .mx_Dialog {
|
||||
|
|
|
@ -54,7 +54,7 @@ $button-gap: 24px;
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
animation-name: mx_ImageView_panel_keyframes;
|
||||
animation-duration: 0.25s;
|
||||
animation-duration: 300ms;
|
||||
}
|
||||
|
||||
.mx_ImageView_info_wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue