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

Smoothed animation on rotation

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jossg Joss Grimwood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes