Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
KWin - the KDE window manager
|
||||
This file is part of the KDE project.
|
||||
|
||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
effects.windowAdded.connect(function(w) {
|
||||
w.fadeAnimation = effect.animate(w, Effect.Opacity, 100, 1.0, 0.0);
|
||||
});
|
||||
effect.animationEnded.connect(function(w) {
|
||||
cancel(w.fadeAnimation);
|
||||
});
|
||||
Reference in New Issue
Block a user