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. QML ListView , Elements with NumberAnimations
QtWS25 Last Chance

QML ListView , Elements with NumberAnimations

Scheduled Pinned Locked Moved QML and Qt Quick
expandlistviewnumberanimationlistmodel
2 Posts 2 Posters 1.1k 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.
  • E Offline
    E Offline
    emminna
    wrote on 25 Apr 2015, 19:12 last edited by emminna
    #1

    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
    0
    • F Offline
      F Offline
      flashmozzg
      wrote on 26 Apr 2015, 12:33 last edited by flashmozzg
      #2

      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
      0

      1/2

      25 Apr 2015, 19:12

      • Login

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