diff options
author | vaxerski <[email protected]> | 2022-07-28 13:28:43 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-28 13:28:43 +0200 |
commit | 920fdd6bff0f78d6f7f5de6167a23af303e00e57 (patch) | |
tree | ff28eaba4ee9c6647e0a3b8ac1fab1cb8e14fbf3 /src/helpers/WLClasses.cpp | |
parent | 9dd17a4be6a719ab0cc501f63cf07cfd066f3ef8 (diff) | |
download | Hyprland-920fdd6bff0f78d6f7f5de6167a23af303e00e57.tar.gz Hyprland-920fdd6bff0f78d6f7f5de6167a23af303e00e57.zip |
Animation config rework
Diffstat (limited to 'src/helpers/WLClasses.cpp')
-rw-r--r-- | src/helpers/WLClasses.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/WLClasses.cpp b/src/helpers/WLClasses.cpp index 82e41b4f..0bd09222 100644 --- a/src/helpers/WLClasses.cpp +++ b/src/helpers/WLClasses.cpp @@ -2,6 +2,6 @@ #include "../config/ConfigManager.hpp" SLayerSurface::SLayerSurface() { - alpha.create(AVARTYPE_FLOAT, &g_pConfigManager->getConfigValuePtr("animations:fadein_speed")->floatValue, &g_pConfigManager->getConfigValuePtr("animations:fadein")->intValue, &g_pConfigManager->getConfigValuePtr("animations:fadein_curve")->strValue, nullptr, AVARDAMAGE_ENTIRE); + alpha.create(AVARTYPE_FLOAT, g_pConfigManager->getAnimationPropertyConfig("fadeIn"), nullptr, AVARDAMAGE_ENTIRE); alpha.m_pLayer = this; }
\ No newline at end of file |