Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81040

Support animations which react to property changes while already running

XMLWordPrintable

    • All

      Another suggestion for Qt 6: Qt Quick Animations don't react to property changes while they are running, making them a bit clumsy to use in declarative environment, where the binding evaluation order is often undefined or otherwise hard to control. In many cases you are forced to drop declarative bindings and just configure the animation imperatively within a function that ends with line that starts the animation (running = true).

      There is probably some good reason why the animations work like this though, which I don't remember, but which should be checked e.g. from Michael Brasser or some other Qt Quick oldtimer to avoid throwing the baby out with the bath water.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jpetrell Joona Petrell
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes