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

Scaling animation for the Image looks strange

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 5.12.10
    • None
    • Linux/Wayland, Linux/X11, Windows

    Description

      Rectangle {
          id: root
          color: "blue"
          width: 500
          height: 500
          Image {
              id: img
              source: "white_border.png"
              anchors.centerIn: parent
      
              NumberAnimation {
                  id: anim
                  running: true
                  loops: Animation.Infinite
                  to: 0.3
                  property: "scale"
                  target: img
                  duration: 10000
              }
          }
      }
      

      Image blinking around the edges. blink.mp4

      Attachments

        1. blink.mp4
          1.19 MB
        2. white_border.png
          white_border.png
          65 kB
        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
            evgeniy_kolchin Kolchin Evgeny
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes