From 9cab2cd9401a3a265a0fdf5513db73e5f3d85cec Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Apr 2021 18:38:38 +0900 Subject: Tweak animation --- src/client/style.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/style.scss') diff --git a/src/client/style.scss b/src/client/style.scss index 07b80d553f..aa00303a15 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -522,13 +522,18 @@ hr { } ._anime_bounce { + will-change: transform; animation: bounce ease 0.7s; animation-iteration-count: 1; transform-origin: 50% 50%; } ._anime_bounce_ready { + will-change: transform; transform: scaleX(0.90) scaleY(0.90) ; } +._anime_bounce_standBy { + transition: transform 0.1s ease; +} @keyframes bounce{ 0% { -- cgit v1.2.3-freya