From 9d8ffe9911500bcb049a97528ad8bbd4d455ba28 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri, 23 Apr 2021 15:53:35 +0900
Subject: [PATCH] Tweak anime

---
 package.json          | 2 +-
 src/client/style.scss | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index fc53fc4dc7..22dfdad431 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "misskey",
 	"author": "syuilo <syuilotan@yahoo.co.jp>",
-	"version": "12.78.0-beta.5",
+	"version": "12.78.0-beta.6",
 	"codename": "indigo",
 	"repository": {
 		"type": "git",
diff --git a/src/client/style.scss b/src/client/style.scss
index 46aac17297..07b80d553f 100644
--- a/src/client/style.scss
+++ b/src/client/style.scss
@@ -522,7 +522,7 @@ hr {
 }
 
 ._anime_bounce {
-  animation: bounce ease 1s;
+  animation: bounce ease 0.7s;
   animation-iteration-count: 1;
   transform-origin: 50% 50%;
 }
@@ -534,15 +534,12 @@ hr {
   0% {
     transform:  scaleX(0.90) scaleY(0.90) ;
   }
-  13% {
+  19% {
     transform:  scaleX(1.10) scaleY(1.10) ;
   }
-  35% {
+  48% {
     transform:  scaleX(0.95) scaleY(0.95) ;
   }
-  63% {
-    transform:  scaleX(1.01) scaleY(1.01) ;
-  }
   100% {
     transform:  scaleX(1.00) scaleY(1.00) ;
   }