|
|
@ -492,6 +492,10 @@ Item{
|
|
|
|
easing.type: Easing.OutBounce
|
|
|
|
easing.type: Easing.OutBounce
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ScriptAction {
|
|
|
|
|
|
|
|
script: mainItemContainer.launcherAction();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ParallelAnimation{
|
|
|
|
ParallelAnimation{
|
|
|
|
PropertyAnimation {
|
|
|
|
PropertyAnimation {
|
|
|
|
target: wrapper
|
|
|
|
target: wrapper
|
|
|
@ -524,7 +528,6 @@ Item{
|
|
|
|
|
|
|
|
|
|
|
|
mainItemContainer.setBlockingAnimation(false);
|
|
|
|
mainItemContainer.setBlockingAnimation(false);
|
|
|
|
mainItemContainer.animationEnded();
|
|
|
|
mainItemContainer.animationEnded();
|
|
|
|
mainItemContainer.launcherAction();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function clearAnimationsSignals() {
|
|
|
|
function clearAnimationsSignals() {
|
|
|
@ -563,8 +566,10 @@ Item{
|
|
|
|
init();
|
|
|
|
init();
|
|
|
|
start();
|
|
|
|
start();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else{
|
|
|
|
stopped();
|
|
|
|
stopped();
|
|
|
|
|
|
|
|
mainItemContainer.launcherAction();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|