renderer: add popup fade-in-out (#11313)

Adds xdg popup fade-in and fade-out
This commit is contained in:
Vaxry 2025-08-03 13:44:50 +02:00 committed by GitHub
parent 77068c781d
commit 855d103aef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 169 additions and 6 deletions

View file

@ -993,6 +993,9 @@ void CConfigManager::setDefaultAnimationVars() {
m_animationTree.createNode("fadeLayers", "fade");
m_animationTree.createNode("fadeLayersIn", "fadeLayers");
m_animationTree.createNode("fadeLayersOut", "fadeLayers");
m_animationTree.createNode("fadePopups", "fade");
m_animationTree.createNode("fadePopupsIn", "fadePopups");
m_animationTree.createNode("fadePopupsOut", "fadePopups");
// workspaces
m_animationTree.createNode("workspacesIn", "workspaces");