@ -576,6 +576,7 @@ Item{
opacity: appletMouseArea.containsMouse ? 1 : 0
brightness: 0.25
contrast: 0.15
visible: !indicators.info.providesHoveredAnimation
Behavior on opacity {
NumberAnimation { duration: root.durationTime*units.longDuration }
@ -587,7 +588,7 @@ Item{
anchors.fill: _wrapperContainer
source: _wrapperContainer
visible: clickedAnimation.running
visible: clickedAnimation.running && !indicators.info.providesClickedAnimation
}
/* onHeightChanged: {
@ -58,16 +58,16 @@ Item {
PropertyAnimation {
target: clickedRectangle
property: "width"
to: indicator.currentIconSize * 3
to: indicator.currentIconSize * indicator.scaleFactor * 3
duration: 700
easing.type: Easing.OutQuad
easing.type: Easing.Linear
property: "opacity"
to: 0