From 629c65a8271891e15114678f8e6754f471cdd8cd Mon Sep 17 00:00:00 2001 From: nahbee10 Date: Fri, 13 Dec 2024 01:33:04 +0900 Subject: [PATCH] update the time for side nav api update --- manifest.json | 2 +- style.css | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 146db295f..a9b68b8b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Copenhagen", "author": "Sanctuary Computer", - "version": "4.2.25", + "version": "4.2.27", "api_version": 4, "default_locale": "en-us", "settings": [ diff --git a/style.css b/style.css index 38c1da480..b683f351a 100644 --- a/style.css +++ b/style.css @@ -196,38 +196,38 @@ template { } .avatar-wrapper g:nth-of-type(1) { - animation-duration: 5s; - animation-delay: 1s; + animation-duration: 6s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(2) { animation-duration: 4s; - animation-delay: 1s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(3) { animation-duration: 4s; - animation-delay: 1s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(4) { - animation-duration: 5s; + animation-duration: 6s; animation-delay: 2s; } .avatar-wrapper g:nth-of-type(5) { - animation-duration: 5s; - animation-delay: 2s; + animation-duration: 4s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(6) { - animation-duration: 4s; + animation-duration: 5s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(7) { - animation-duration: 4s; - animation-delay: 1s; + animation-duration: 6s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(8) { @@ -237,10 +237,10 @@ template { .avatar-wrapper g:nth-of-type(9) { animation-duration: 5s; - animation-delay: 1s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(10) { animation-duration: 6s; - animation-delay: 2s; + animation-delay: 1s; } \ No newline at end of file