[Qt-qml] ParallelAnimation issues

Adriano Rezende atdrez at gmail.com
Fri Feb 3 20:12:21 CET 2012


On Tue, Jan 24, 2012 at 9:21 AM, Harri Pasanen <harri at mpaja.com> wrote:

> Hi,
>
> I found out that ParallelAnimation is not truly parallel, if I try to
> animate to objects
> moving next to one and other, like train wagons, I get overlaps.
>

They are parallel afaik.
Can you give a self-contained testcase?

What could be happening is some kind of pixel adjustment during the
animation. The x,y,width,height values are real numbers that are rounded to
an int when mapping to the display, so 1-pixel shifts could happen due that
fact.

Br,
Adriano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20120203/822cf171/attachment.html 


More information about the Qt-qml mailing list