diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-24 23:04:59 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-24 23:04:59 +0900 |
| commit | 8043409d386d5e08c85d27c720ecca2b3f8030ab (patch) | |
| tree | 584bc43b126dbdc9ba592758aa9c17f8e122f344 /src/client/style.scss | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.79.0 (diff) | |
| download | misskey-8043409d386d5e08c85d27c720ecca2b3f8030ab.tar.gz misskey-8043409d386d5e08c85d27c720ecca2b3f8030ab.tar.bz2 misskey-8043409d386d5e08c85d27c720ecca2b3f8030ab.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/style.scss')
| -rw-r--r-- | src/client/style.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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% { |