From 5cbd5025d0a40b944852bd123686149de01296e3 Mon Sep 17 00:00:00 2001 From: Degradin Date: Mon, 20 Jan 2025 23:58:46 +0300 Subject: [PATCH] Update styles.css --- public/styles.css | 57 +---------------------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/public/styles.css b/public/styles.css index d9b474d..36a21f3 100644 --- a/public/styles.css +++ b/public/styles.css @@ -202,59 +202,4 @@ to { opacity: 1; } - } - - /* Анимация прогресс-бара */ - .progress-bar-inner { - animation: progress 1s; - } - - @keyframes progress { - from { - width: 0; - } - to { - width: 100%; - } - } - - /* Анимация кругового прогресса */ - .progress-ring { - animation: progress-ring 1s; - } - - @keyframes progress-ring { - from { - stroke-dashoffset: 251; - } - to { - stroke-dashoffset: calc(251 - (251 * var(--percent) / 100)); - } - } - - /* Анимация прогресса */ - .progress-hp { - animation: progress-hp 1s; - } - - @keyframes progress-hp { - from { - width: 0; - } - to { - width: var(--percent-hp); - } - } - - .progress-stamina { - animation: progress-stamina 1s; - } - - @keyframes progress-stamina { - from { - width: 0; - } - to { - width: var(--percent-stamina); - } - } + } \ No newline at end of file