core: fade in windows when they are brought from invisible workspaces

This commit is contained in:
Vaxry 2024-12-22 16:04:10 +00:00
parent 31422ae25d
commit 1cc1a46c2e
4 changed files with 15 additions and 1 deletions

View file

@ -336,6 +336,7 @@ class CWindow {
// for alpha
CAnimatedVariable<float> m_fActiveInactiveAlpha;
CAnimatedVariable<float> m_fMovingFromWorkspaceAlpha;
// animated shadow color
CAnimatedVariable<CHyprColor> m_cRealShadowColor;