mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: 💄 ease-out transitions
This commit is contained in:
parent
762f499ef2
commit
67b979c3a1
@ -103,7 +103,7 @@ function openExternal(link) {
|
||||
}
|
||||
|
||||
.slide-fade-enter-active {
|
||||
transition: opacity 0.5s, transform 0.5s;
|
||||
transition: opacity 0.5s, transform 0.5s ease-out;
|
||||
}
|
||||
|
||||
.slide-fade-enter-to {
|
||||
@ -117,7 +117,7 @@ function openExternal(link) {
|
||||
}
|
||||
|
||||
.slide-fade-leave-active {
|
||||
transition: opacity 0.5s, transform 0.5s;
|
||||
transition: opacity 0.5s, transform 0.5s ease-out;
|
||||
}
|
||||
|
||||
.slide-fade-leave-to {
|
||||
|
Loading…
Reference in New Issue
Block a user