Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Controlling the progress of a transition

Controlling the progress of a transition

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 516 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    delight
    wrote on last edited by
    #1

    How can I set the progress of a transition between two states? I tried coupling an AnimationController to the animation inside a Transition but then I got the error

    QML AnimationController: QQuickAnimationController::setAnimation: the animation is controlled by others, can't be used in AnimationController.

    D 1 Reply Last reply
    0
    • D delight

      How can I set the progress of a transition between two states? I tried coupling an AnimationController to the animation inside a Transition but then I got the error

      QML AnimationController: QQuickAnimationController::setAnimation: the animation is controlled by others, can't be used in AnimationController.

      D Offline
      D Offline
      delight
      wrote on last edited by
      #2

      Ok, I managed to solve this myself. Not a great solution since I now have to control the transition manually but it turns out that states have a property called changes that can be used to find out what has been changed in the state compared to the default state.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved