renderer: add popup fade-in-out (#11313)
Adds xdg popup fade-in and fade-out
This commit is contained in:
parent
77068c781d
commit
855d103aef
6 changed files with 169 additions and 6 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue