diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:38:46 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 16:38:46 +0800 |
commit | 5e01ee49711cac209460a8841cd98a06f82464ad (patch) | |
tree | f85415bcdf97653d359c388ebe502fd74f77f184 | |
parent | 177ea68c51f429debe6be4dc60f6f59b407d56bf (diff) | |
download | www-5e01ee49711cac209460a8841cd98a06f82464ad.tar.gz |
anim slower
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index 40ae732..c28690f 100644 --- a/style.css +++ b/style.css @@ -95,7 +95,7 @@ a:active { transition: font-size 0.3s, transform 0.3s; animation-name: shake; animation-iteration-count: 3; - animation-duration: 0.5s; + animation-duration: 1.2s; } .alarm { color: red; |