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

Smoothed animation on rotation

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • None

      RotationAnimation handles smooth rotation and has the option to pick direction but when the target changes mid animation it loses all velocity.

      SmoothedAnimation doesn't lose velocity when the target changes like RotationAnimation but doesnt handles rotations well. It doesn't have the direction property that the RotationAnimation has and smaller rotations appear choppy (works in Integer rotation values?).

       

      possibly extend RotationAnimation to perform smooth transitions without losing velocity or make SmoothedAnimation handle floating point values such that the animation appears smoother.

      Example use case: A compass that rotates to point north and a magnetic sensor with a variable update rate, such that the interval between receiving a new direction value varies.

        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
            jossg Joss Grimwood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes