Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Michael Brasser
rismatic.proj...@gmail.com; interest@qt-project.org > Date: Tue, 25 Mar 2014 14:52:23 +0000 > Subject: Re: [Interest] QtQuick ColorAnimation not working as expected > > ... and adding > property: "color" > to Preet's ColorAnimation version makes it work again

Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Portale Alessandro
..@qt-project.org [interest-bounces+alessandro.portale=digia@qt-project.org] on behalf of Preet [prismatic.proj...@gmail.com] Sent: Tuesday, March 25, 2014 15:35 To: Subject: Re: [Interest] QtQuick ColorAnimation not working as expected On Mon, Mar 24, 2014 at 5:16 PM, Alex Montgomery wrote:

Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Portale Alessandro
ssandro.portale=digia@qt-project.org [interest-bounces+alessandro.portale=digia@qt-project.org] on behalf of Portale Alessandro [alessandro.port...@digia.com] Sent: Tuesday, March 25, 2014 15:45 To: Preet; Subject: Re: [Interest] QtQuick ColorAnimation not working as expected I can reprodu

Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Preet
On Mon, Mar 24, 2014 at 5:16 PM, Alex Montgomery wrote: > Are you statically linking Qt? If you are, this might be your problem: > https://bugreports.qt-project.org/browse/QTBUG-37341 I'm not linking against Qt statically. I'm linking against Qt (built latest stable 5.3? from git) as a shared lib

[Interest] QtQuick ColorAnimation not working as expected

2014-03-23 Thread Preet
Hiya, I have a simple use case where I want to animate the color of an item in a loop back and forth. I can do this fine using PropertyAnimation, but it doesn't work when I use ColorAnimation. I've attached a very simple example showing what I mean. Does anyone know what the issue is here? Using C