@ -245,6 +245,9 @@ Item {
readonly property real animationsSpeed2: plasma518 ? 1.00 : 2.00
readonly property int shortDuration: latteView ? latteView.shortDuration : Latte . WindowSystem . shortDuration
readonly property int longDuration: latteView ? latteView.longDuration : Latte . WindowSystem . longDuration
property real appliedDurationTime: animationsEnabled ? durationTime : animationsSpeed2
property real durationTime: latteView ? latteView.durationTime : plasmoid . configuration . durationTime
property real zoomFactor: latteView ? latteView.zoomFactor : ( 1 + ( plasmoid . configuration . zoomLevel / 20 ) )
@ -642,7 +645,7 @@ Item {
Timer {
id: delayWindowRemovalTimer
/ / t h i s i s t h e a n i m a t i o n t i m e n e e d e d i n o r d e r f o r t a s k s t o r e s t o r e t h e i r z o o m f i r s t
interval: 7 * ( root . durationTime * units . shortDuration )
interval: 7 * ( root . durationTime * root . shortDuration )
property var modelIndex
@ -989,7 +992,7 @@ Item {
repeat: false ;
interval: 120
property int normalInterval: Math . max ( 120 , 2 * ( root . durationTime * 1.2 * units . shortDuration ) + 50 )
property int normalInterval: Math . max ( 120 , 2 * ( root . durationTime * 1.2 * root . shortDuration ) + 50 )
onTriggered: {
if ( root . latteView )
@ -1027,7 +1030,7 @@ Item {
/ / ! z o o m - i n a n i m a t i o n s w i l l h a v e e n d e d .
Timer {
id:directRenderDelayerForEnteringTimer
interval: 3.2 * root . durationTime * units . shortDuration
interval: 3.2 * root . durationTime * root . shortDuration
}
/ / t h i s t i m e r r e s t o r e s t h e d r a g g i n g P h a s e f l a g t o f a l s e
@ -1066,7 +1069,7 @@ Item {
property int smallSize: Math . max ( 0.10 * root . iconSize , 16 )
Behavior on opacity {
NumberAnimation { duration: root . durationTime * units . longDuration }
NumberAnimation { duration: root . durationTime * root . longDuration }
}
/ / / p l a s m o i d ' s d e f a u l t p a n e l
@ -1083,7 +1086,7 @@ Item {
verticalTileMode: BorderImage . Stretch
Behavior on opacity {
NumberAnimation { duration: root . durationTime * units . longDuration }
NumberAnimation { duration: root . durationTime * root . longDuration }
}
}
@ -1129,7 +1132,7 @@ Item {
plasmoid . configuration . panelSize + belower . width
Behavior on opacity {
NumberAnimation { duration: root . durationTime * units . longDuration }
NumberAnimation { duration: root . durationTime * root . longDuration }
}
@ -1262,7 +1265,7 @@ Item {
/ / m o r e o f a t r o u b l e
moveDisplaced: Transition {
NumberAnimation { properties: "x,y" ; duration: root . durationTime * units . longDuration ; easing.type: Easing . Linear }
NumberAnimation { properties: "x,y" ; duration: root . durationTime * root . longDuration ; easing.type: Easing . Linear }
}
/ / / t h i s t r a n s i t i o n c a n n o t b e u s e d w i t h d r a g g i n g ! ! ! ! I b r e a k s