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. To make an image and its associated animation repeat for a definite time...

To make an image and its associated animation repeat for a definite time...

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 827 Views 1 Watching
  • 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.
  • N Offline
    N Offline
    Navaneethakrishnan
    wrote on last edited by
    #1

    hi i hav a ball image and a number animation associated with that...the ball will flow with x-coordinates chosen randomly...i want to make that ball flow continuously for a finite amount of time...any one pls help me with this...

    @
    Image {

              id: balls
    
              x:RP.getRandomArbitary()
    
               source:RI.randomImage()
    
              NumberAnimation on y{
    
                from: -750
    
                to: 450
    
                easing.type: Easing.InOutQuad
    
                duration: 4000
    
              }
    
     }
    

    @

    Edit: please use @ tags around code sections. Also moved to Quick forum; Andre

    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