Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QML ListView , Elements with NumberAnimations

    QML and Qt Quick
    expand listview numberanimation listmodel
    2
    2
    875
    Loading More Posts
    • 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.
    • E
      emminna last edited by emminna

      I have listview of elements which have numberAnimation(the element expands downward), when I expand an element the element below the expended one does not slide down. Any suggestions??

      1 Reply Last reply Reply Quote 0
      • F
        flashmozzg last edited by flashmozzg

        Where do you have numberAnimation? Does it change it's position and you want to animate it or they overlap? If the former when something like displaced: Transition { NumberAnimation { property: "y"; duration: 100 } } for your view should be enough (of course assuming that only y property changes and duration of animation should be 0.1 s)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post