diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-02 00:39:39 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-02 00:39:39 +0100 |
commit | 5970c8da7e2569429b2ef45c63157d0b6416259a (patch) | |
tree | 22de1d664a581b79ec39db0eb1094c058e1ba8a8 /web/style/js-transition.css | |
parent | 11e8361f1efabda3a80c5977461fbf24945774ad (diff) | |
download | jellything-5970c8da7e2569429b2ef45c63157d0b6416259a.tar jellything-5970c8da7e2569429b2ef45c63157d0b6416259a.tar.bz2 jellything-5970c8da7e2569429b2ef45c63157d0b6416259a.tar.zst |
globalThis
Diffstat (limited to 'web/style/js-transition.css')
-rw-r--r-- | web/style/js-transition.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/js-transition.css b/web/style/js-transition.css index 75e1f41..8375a22 100644 --- a/web/style/js-transition.css +++ b/web/style/js-transition.css @@ -23,7 +23,7 @@ from { transform: rotate(0turn); } - from { + to { transform: rotate(-1turn); } } |