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

ColorAnimation does not interpolate on static builds

    XMLWordPrintable

Details

    Description

      ColorAnimation (and possibly other animation types) does not display interpolated intermediate values when Qt is built statically. In the example below, the color of the object pops between red and green but does not display any in-between colors. If I rebuild using shared linking, the problem goes away. Tested on Visual Studio 2010, Windows 7.

      Rectangle {
          SequentialAnimation on color {
              id: blinkAnim
              running: selected
              ColorAnimation { to: "red";     duration: 1000 }
              ColorAnimation { to: "green"; duration: 1000 }
              loops: Animation.Infinite
          }
      }
      

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            apmontgo Alex Montgomery
            Votes:
            5 Vote for this issue
            Watchers:
            14 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes