diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-27 16:46:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-27 16:46:13 +0900 |
| commit | 6f34c74027c5786f4cbb72c585c0ca1e7a21a00e (patch) | |
| tree | 7c43fa004b680ecbf64aa3ab069e8a99c1490206 /src | |
| parent | :art: (diff) | |
| download | misskey-6f34c74027c5786f4cbb72c585c0ca1e7a21a00e.tar.gz misskey-6f34c74027c5786f4cbb72c585c0ca1e7a21a00e.tar.bz2 misskey-6f34c74027c5786f4cbb72c585c0ca1e7a21a00e.zip | |
Update popup animation
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/ui/modal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/ui/modal.vue b/src/client/components/ui/modal.vue index 4cc96bb8da..a4646cf947 100644 --- a/src/client/components/ui/modal.vue +++ b/src/client/components/ui/modal.vue @@ -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; |