From 34a181d1896d80166caf5c45c6055274c7cc71fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 22 Dec 2023 02:26:11 +0100 Subject: [PATCH] Tweaked cog bounce --- TangerineUI-cherry.css | 6 +++--- TangerineUI-purple.css | 6 +++--- TangerineUI.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 53bc30f..c9408dd 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -454,10 +454,10 @@ body.app-body { transform: rotate(0) scale(1); } 60% { - transform: rotate(60deg) scale(1.2); + transform: rotate(80deg) scale(1.2); } 100% { - transform: rotate(40deg) scale(1.1); + transform: rotate(60deg) scale(1.1); } } @@ -826,7 +826,7 @@ body.app-body { background-color: transparent; } .app-body .navigation-bar .icon-button.active { - transform: rotate(40deg) scale(1.1); + transform: rotate(60deg) scale(1.1); animation: rotate-bounce .4s 1; } /* Follow user icon */ diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index e3efd5e..96dd16b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -454,10 +454,10 @@ body.app-body { transform: rotate(0) scale(1); } 60% { - transform: rotate(60deg) scale(1.2); + transform: rotate(80deg) scale(1.2); } 100% { - transform: rotate(40deg) scale(1.1); + transform: rotate(60deg) scale(1.1); } } @@ -826,7 +826,7 @@ body.app-body { background-color: transparent; } .app-body .navigation-bar .icon-button.active { - transform: rotate(40deg) scale(1.1); + transform: rotate(60deg) scale(1.1); animation: rotate-bounce .4s 1; } /* Follow user icon */ diff --git a/TangerineUI.css b/TangerineUI.css index 72c3e74..34488c9 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -454,10 +454,10 @@ body.app-body { transform: rotate(0) scale(1); } 60% { - transform: rotate(60deg) scale(1.2); + transform: rotate(80deg) scale(1.2); } 100% { - transform: rotate(40deg) scale(1.1); + transform: rotate(60deg) scale(1.1); } } @@ -826,7 +826,7 @@ body.app-body { background-color: transparent; } .app-body .navigation-bar .icon-button.active { - transform: rotate(40deg) scale(1.1); + transform: rotate(60deg) scale(1.1); animation: rotate-bounce .4s 1; } /* Follow user icon */