<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I tested this again several times and found that this behavior happens only on the emulator - on real device everything works fine for me. Have you tried my code on real device on emulator? I am using sdk for OSX version 1502, may be it is a local bug for that sdk version<br class=""><div><blockquote type="cite" class=""><div class="">23 апр. 2015 г., в 14:50, <a href="mailto:devel-request@lists.sailfishos.org" class="">devel-request@lists.sailfishos.org</a> написал(а):</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Your example is works for me.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">23.04.2015 13:54, Fedor Zaitsev ?????:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""> MouseArea {<br class=""> anchors.fill: parent<br class=""> onClicked: anim.start()<br class=""> }<br class=""><br class=""> PropertyAnimation {<br class=""> id: anim<br class=""> target: rect<br class=""> property: "color"<br class=""> to: "green"<br class=""> duration: 2000<br class=""> running: false<br class=""> }<br class=""><br class=""> Timer {<br class=""> id: timer<br class=""> repeat: true<br class=""> running: true<br class=""> }<br class=""></blockquote><br class="Apple-interchange-newline"></div></blockquote></div><br class=""></body></html>