From 888c9ac3872b2cabe6b989bf15d3cb47f3632cfe Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sun, 31 Aug 2025 11:11:07 +0500 Subject: [PATCH] chore(theme): drop unstable mark from scale animation Signed-off-by: Boris Yumankulov --- documentation/theme_guide/README.md | 1 - documentation/theme_guide/README.ru.md | 1 - portprotonqt/themes/standart/styles.py | 1 - 3 files changed, 3 deletions(-) diff --git a/documentation/theme_guide/README.md b/documentation/theme_guide/README.md index 43bea02..c59c735 100644 --- a/documentation/theme_guide/README.md +++ b/documentation/theme_guide/README.md @@ -108,7 +108,6 @@ GAME_CARD_ANIMATION = { # Type of card animation on hover or focus # Possible values: "gradient", "scale" - # "scale" is unstable and requires adjustments (use at your own risk) # "gradient" enables a rotating gradient for the border, "scale" enlarges the card "card_animation_type": "gradient", diff --git a/documentation/theme_guide/README.ru.md b/documentation/theme_guide/README.ru.md index 4ec0f03..3c4e47b 100644 --- a/documentation/theme_guide/README.ru.md +++ b/documentation/theme_guide/README.ru.md @@ -108,7 +108,6 @@ GAME_CARD_ANIMATION = { # Тип анимации для карточки при наведении или фокусе # Возможные значения: "gradient", "scale" - # scale крайне нестабилен и требует доработки (используйте на свой страх и риск) # "gradient" включает вращающийся градиент для обводки, "scale" увеличивает размер карточки "card_animation_type": "gradient", diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 9e0f901..b6dff67 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -83,7 +83,6 @@ GAME_CARD_ANIMATION = { # Тип анимации для карточки при наведении или фокусе # Возможные значения: "gradient", "scale" - # scale крайне нестабилен и требует доработки (используйте на свой страх и риск) # "gradient" включает вращающийся градиент для обводки, "scale" увеличивает размер карточки "card_animation_type": "gradient",