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

RotationAnimator with Counterclockwise direction not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • 5.12.12
    • None
    • Linux/X11

    Description

      RotationAnimator seems not working with RotationAnimator.Counterclockwise direction

      Video: rotation-animator.mkv

      Short sample:

      import QtQuick 2.12
      import QtQml 2.12
      import QtQuick.Window 2.12
      
      Window {
      ...
          Image {
              id: _image
              ...
              
              RotationAnimator {
                  target: _image
                  from: 0; to: 360;
                  loops: Animation.Infinite
                  direction: RotationAnimator.Counterclockwise
                  duration: 7200
                  running: true
              }
          }
      ...
      }

      Project to run: qmlRotationAnimator.zip

      Attachments

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            qthorse Denys Shevchenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: