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

Animation items under Behaviors are never set to running: true

    XMLWordPrintable

Details

    • cb406a116bf2237c743ac05882fb06927c70359c

    Description

      An example like the following will never have the dialanimation.running property set to true. Makes it difficult to time things for after an animation completes.

      rotation: Behavior {
          SequentialAnimation {
              id: dialanimation
              NumberAnimation { id: rotationanimation; properties: "rotation"; easing: "InOutQuad" }
              PauseAnimation { duration: 2000 }
              ScriptAction{ script: { print("Done") } }
          }
      }
      

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            dajansen Damian Jansen (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