summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-23 15:53:35 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-23 15:53:35 +0900
commit9d8ffe9911500bcb049a97528ad8bbd4d455ba28 (patch)
tree792171e2f24420bace7a0b3e56b3cfa42004e4d0 /src/client
parentUpdate style.scss (diff)
downloadmisskey-9d8ffe9911500bcb049a97528ad8bbd4d455ba28.tar.gz
misskey-9d8ffe9911500bcb049a97528ad8bbd4d455ba28.tar.bz2
misskey-9d8ffe9911500bcb049a97528ad8bbd4d455ba28.zip
Tweak anime
Diffstat (limited to 'src/client')
-rw-r--r--src/client/style.scss9
1 files changed, 3 insertions, 6 deletions
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) ;
}