plugins/fadingpopups: Fix autohidden panels blinking when plasmashell launches

The autohidden panels "blink" because this effect animates their opacity.

The dock windows are animated because, as the comment says, the old effect
animated almost every window.

Conceptually, animating docks doesn't align with the purpose of this effect.
This commit is contained in:
Vlad Zahorodnii 2024-03-07 16:52:30 +02:00
parent a136a159f9
commit 9bf7c294a8

View file

@ -56,7 +56,7 @@ function isPopupWindow(window) {
// this one. In addition to popups, this effect also animates some
// special windows(e.g. notifications) because the monolithic version
// was doing that.
if (window.dock || window.splash || window.toolbar
if (window.splash || window.toolbar
|| window.notification || window.onScreenDisplay
|| window.criticalNotification
|| window.appletPopup) {