>
> Can something further be done to avoid flickering?
>
> If you are just translating the item by changing the X value, try using
the XAnimator (http://doc.qt.io/qt-5/qml-qtquick-xanimator.html).  It
performs the movement on the render thread instead of the gui thread.  I
have experienced big performance gains when using the animators over the
animations.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to