diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-18 03:37:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-18 03:37:59 +0300 |
| commit | 82936aed382c67280a929f3738f94bc0e172d245 (patch) | |
| tree | e501bc70200586338c130ad444f851dca13826f7 /src/App.scss | |
| parent | 414947d7555e99389977a8083469bab84c7b0abf (diff) | |
cleanup, styles, fox random, and better "animation" for orz
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 5e7d3656..d5bb6469 100644 --- a/src/App.scss +++ b/src/App.scss @@ -954,8 +954,7 @@ option { &.dead { animation-name: dead; - animation-duration: 3s; - // animation-iteration-count: 1; + animation-duration: 2s; animation-iteration-count: 1; transform: rotateX(90deg) rotateY(0) rotateZ(-45deg); } |
