core: fade in windows when they are brought from invisible workspaces
This commit is contained in:
parent
31422ae25d
commit
1cc1a46c2e
4 changed files with 15 additions and 1 deletions
|
|
@ -336,6 +336,7 @@ class CWindow {
|
|||
|
||||
// for alpha
|
||||
CAnimatedVariable<float> m_fActiveInactiveAlpha;
|
||||
CAnimatedVariable<float> m_fMovingFromWorkspaceAlpha;
|
||||
|
||||
// animated shadow color
|
||||
CAnimatedVariable<CHyprColor> m_cRealShadowColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue