Update animation speed

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-23 08:00:51 +02:00
parent 7c81526805
commit 2fd221bc18
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
3 changed files with 18 additions and 14 deletions

View file

@ -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 {

View file

@ -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 {