[SailfishDevel] Devel Digest, Vol 12, Issue 26

Fedor Zaitsev best.zaytsev at gmail.com
Thu Apr 23 17:01:30 UTC 2015


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
> 23 апр. 2015 г., в 14:50, devel-request at lists.sailfishos.org написал(а):
> 
> Your example is works for me.
> 
> 23.04.2015 13:54, Fedor Zaitsev ?????:
>> 
>>         MouseArea {
>>             anchors.fill: parent
>>             onClicked: anim.start()
>>         }
>> 
>>         PropertyAnimation {
>>             id: anim
>>             target: rect
>>             property: "color"
>>             to: "green"
>>             duration: 2000
>>             running: false
>>         }
>> 
>>         Timer {
>>             id: timer
>>             repeat: true
>>             running: true
>>         }
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20150423/d20155b6/attachment.html>


More information about the Devel mailing list