Tweak anime
This commit is contained in:
parent
24fa788609
commit
9d8ffe9911
2 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||||
"version": "12.78.0-beta.5",
|
"version": "12.78.0-beta.6",
|
||||||
"codename": "indigo",
|
"codename": "indigo",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -522,7 +522,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
._anime_bounce {
|
._anime_bounce {
|
||||||
animation: bounce ease 1s;
|
animation: bounce ease 0.7s;
|
||||||
animation-iteration-count: 1;
|
animation-iteration-count: 1;
|
||||||
transform-origin: 50% 50%;
|
transform-origin: 50% 50%;
|
||||||
}
|
}
|
||||||
|
@ -534,15 +534,12 @@ hr {
|
||||||
0% {
|
0% {
|
||||||
transform: scaleX(0.90) scaleY(0.90) ;
|
transform: scaleX(0.90) scaleY(0.90) ;
|
||||||
}
|
}
|
||||||
13% {
|
19% {
|
||||||
transform: scaleX(1.10) scaleY(1.10) ;
|
transform: scaleX(1.10) scaleY(1.10) ;
|
||||||
}
|
}
|
||||||
35% {
|
48% {
|
||||||
transform: scaleX(0.95) scaleY(0.95) ;
|
transform: scaleX(0.95) scaleY(0.95) ;
|
||||||
}
|
}
|
||||||
63% {
|
|
||||||
transform: scaleX(1.01) scaleY(1.01) ;
|
|
||||||
}
|
|
||||||
100% {
|
100% {
|
||||||
transform: scaleX(1.00) scaleY(1.00) ;
|
transform: scaleX(1.00) scaleY(1.00) ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue