wtf????aaa
This commit is contained in:
parent
633994ecb6
commit
d0775da7d2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.108.1-simkey-v999",
|
"version": "12.108.1-simkey-v9999",
|
||||||
"codename": "indigo",
|
"codename": "indigo",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -317,4 +317,29 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
._button,.mk-emoji,.text,span,._panel,.havbbuyv,.note,.fg {
|
||||||
|
animation-name: wtf2;
|
||||||
|
animation-fill-mode: backwards;
|
||||||
|
animation-duration: 15s;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-timing-function: ease;
|
||||||
|
}
|
||||||
|
@keyframes wtf2 {
|
||||||
|
0% {
|
||||||
|
transform: scale(1, 1) translate(0px);
|
||||||
|
}
|
||||||
|
30% {
|
||||||
|
transform: translate(-8px, -9px);
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
transform: scale(1.1, 1.1) translate(10px, 10px);
|
||||||
|
}
|
||||||
|
90% {
|
||||||
|
transform: scale(0.9, 0.9) translate(-2px, 6px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: scale(1, 1) translate(0px, 0px);
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -233,4 +233,29 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
._button,.mk-emoji,.text,span,._panel,.havbbuyv,.note,.fg {
|
||||||
|
animation-name: wtf2;
|
||||||
|
animation-fill-mode: backwards;
|
||||||
|
animation-duration: 15s;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-timing-function: ease;
|
||||||
|
}
|
||||||
|
@keyframes wtf2 {
|
||||||
|
0% {
|
||||||
|
transform: scale(1, 1) translate(0px);
|
||||||
|
}
|
||||||
|
30% {
|
||||||
|
transform: translate(-8px, -9px);
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
transform: scale(1.1, 1.1) translate(10px, 10px);
|
||||||
|
}
|
||||||
|
90% {
|
||||||
|
transform: scale(0.9, 0.9) translate(-2px, 6px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: scale(1, 1) translate(0px, 0px);
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -302,4 +302,29 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
._button,.mk-emoji,.text,span,._panel,.havbbuyv,.note,.fg {
|
||||||
|
animation-name: wtf2;
|
||||||
|
animation-fill-mode: backwards;
|
||||||
|
animation-duration: 15s;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-timing-function: ease;
|
||||||
|
}
|
||||||
|
@keyframes wtf2 {
|
||||||
|
0% {
|
||||||
|
transform: scale(1, 1) translate(0px);
|
||||||
|
}
|
||||||
|
30% {
|
||||||
|
transform: translate(-8px, -9px);
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
transform: scale(1.1, 1.1) translate(10px, 10px);
|
||||||
|
}
|
||||||
|
90% {
|
||||||
|
transform: scale(0.9, 0.9) translate(-2px, 6px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: scale(1, 1) translate(0px, 0px);
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user