adjusted transition
This commit is contained in:
parent
596d0a9652
commit
ae060da4af
1 changed files with 4 additions and 2 deletions
6
src/renderer/less/bootstrap.less
vendored
6
src/renderer/less/bootstrap.less
vendored
|
@ -41,8 +41,9 @@
|
|||
}
|
||||
|
||||
.modal.fade .modal-dialog {
|
||||
transition: transform 0.3s ease-out;
|
||||
transform: translate(0, -50px);
|
||||
transition: transform 0.1s var(--appleEase), opacity 0.1s var(--appleEase);
|
||||
transform: scale(0.9);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
|
@ -53,6 +54,7 @@
|
|||
|
||||
.modal.show .modal-dialog {
|
||||
transform: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.modal.modal-static .modal-dialog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue