mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:53:09 +02:00
Update popup animation
This commit is contained in:
parent
8add4f359b
commit
6f34c74027
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
.modal-popup-content-enter-active, .modal-popup-content-leave-active {
|
||||
transition: opacity 0.3s, transform 0.3s !important;
|
||||
transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
|
||||
}
|
||||
.modal-popup-content-enter-from, .modal-popup-content-leave-to {
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue