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-requ...@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
>>         }
> 

_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to