1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 10:50:30 +03:00

fade-out colorizer

This commit is contained in:
Michail Vourlakos 2018-03-14 00:20:47 +02:00
parent ed214952fc
commit 6153ede9d7

View File

@ -34,7 +34,7 @@ Item{
Behavior on opacity {
NumberAnimation {
duration: 0.8 * root.animationTime
duration: 1.2 * root.animationTime
easing.type: Easing.OutCubic
}
}
@ -45,7 +45,8 @@ Item{
id: colorizedAppletShadow
anchors.fill: colorizer
active: colorizerLoader.isShown && (plasmoid.configuration.shadows >= 1) && (colorizer.opacity > 0)
active: (plasmoid.configuration.shadows >= 1) && (colorizer.opacity>0)
opacity: colorizer.opacity
sourceComponent: DropShadow{
anchors.fill: parent