fix(MisskeyIO#956): MSKY-77 (MisskeyIO#957)
This commit is contained in:
parent
e888ee414b
commit
cf1151aa28
2 changed files with 12 additions and 12 deletions
|
@ -212,21 +212,10 @@ export default defineComponent({
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes spin-shrink {
|
||||
0% {
|
||||
transform: rotate(0deg) scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
transform: rotate(2160deg) scale(0);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.april-fool {
|
||||
&:global > .list-enter-from,
|
||||
&:global > .list-leave-to {
|
||||
animation: components-MkDateSeparatedList-spin-shrink 3s ease-in forwards;
|
||||
animation: global-spin-shrink 3s ease-in forwards;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue