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:
parent
ed214952fc
commit
6153ede9d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user