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

QmlEaseFollow with a duration jumps

    XMLWordPrintable

Details

    • 22cc7e138d5274db607567c602d57db842309625

    Description

      import Qt 4.6

      Rectangle {
      width: 800; height: 100; color: "gray"

      Rectangle {
      id: rect
      width: 50; height: 20; y: 30; color: "black"
      x: SequentialAnimation {
      running: true; repeat: true
      NumberAnimation

      { from: 50; to: 700; duration: 200 }

      PauseAnimation

      { duration: 2000 }

      NumberAnimation

      { from: 700; to: 50; duration: 200 }

      PauseAnimation

      { duration: 2000 }

      }
      }

      Rectangle {
      width: 50; height: 20; y: 60; color: "blue"
      x: EaseFollow

      { source: rect.x; duration: 500 }

      }
      }

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            martjone Martin Jones (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes