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

Optimization opportunity: Avoid animation indirection

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.11
    • Quick: VectorImage
    • None

      For rotation animations which do not touch the rotation anchor, we currently generate animations like this:

                                  ParallelAnimation {
                                      PropertyAnimation {
                                          duration: 233
                                          target: _qt_node3_transform_0_1
                                          property: "angle"
                                          to: -60
                                          easing: _qt_node0.easing_05
                                      }
                                  }
      

      We could remove the ParallelAnimation here, it just requires detecting this case up-front.

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

            qt.team.graphics.and.multimedia Qt Graphics Team
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes