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

Animation start is delayed when used inside a behavior bound to another animated property

XMLWordPrintable

    • 7a060ca401b4e260fd08c854213024b050a67ff2

      The test case attached shows the problem, both animations should progress simultaneously, but, instead, the animation inside the behavior only gets triggered when the other one finishes.

      From my debugs, the animation framework is doing the right thing. The problem is that Behavior is stopping the qtAnimation everytime there is a property change (in this example at each tick), which prevents the animation in the behavior to progress.

      This use case is important in order to turn EaseFollow into an animation.

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

            lscunha Leonardo Sobral Cunha (Inactive)
            lscunha Leonardo Sobral Cunha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes