|
|
@ -576,6 +576,7 @@ Item{
|
|
|
|
opacity: appletMouseArea.containsMouse ? 1 : 0
|
|
|
|
opacity: appletMouseArea.containsMouse ? 1 : 0
|
|
|
|
brightness: 0.25
|
|
|
|
brightness: 0.25
|
|
|
|
contrast: 0.15
|
|
|
|
contrast: 0.15
|
|
|
|
|
|
|
|
visible: !indicators.info.providesHoveredAnimation
|
|
|
|
|
|
|
|
|
|
|
|
Behavior on opacity {
|
|
|
|
Behavior on opacity {
|
|
|
|
NumberAnimation { duration: root.durationTime*units.longDuration }
|
|
|
|
NumberAnimation { duration: root.durationTime*units.longDuration }
|
|
|
@ -587,7 +588,7 @@ Item{
|
|
|
|
anchors.fill: _wrapperContainer
|
|
|
|
anchors.fill: _wrapperContainer
|
|
|
|
source: _wrapperContainer
|
|
|
|
source: _wrapperContainer
|
|
|
|
|
|
|
|
|
|
|
|
visible: clickedAnimation.running
|
|
|
|
visible: clickedAnimation.running && !indicators.info.providesClickedAnimation
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* onHeightChanged: {
|
|
|
|
/* onHeightChanged: {
|
|
|
|