UX: improved animation (#23145)

This commit is contained in:
chapoi 2023-08-18 11:59:54 +02:00 committed by GitHub
parent b4811fbda5
commit a2f5b1b101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
}
.chat-composer-dropdown__trigger-btn {
transition: transform 0.1s ease-in-out;
transition: transform 0.25s ease-in-out;
.d-icon {
padding: 5px;
transition: transform 0.1s ease-in-out;
@ -32,7 +32,7 @@
&[aria-expanded="true"] {
.d-icon {
transform: rotate(45deg);
transform: rotate(135deg);
transform-origin: center;
}
}