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

Details

    • 7a060ca401b4e260fd08c854213024b050a67ff2

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes