Qt Code:
  1. Behavior on y {
  2. SequentialAnimation {
  3. SmoothedAnimation{ velocity: 800 }
  4. // RotationAnimation{properties: "angle"; to: 100}
  5. }
  6. }
To copy to clipboard, switch view to plain text mode 


this is code where a ball falls at mouseclick.
i want to rotate and bounce the ball when it places in a grid . I used the above code but it does not work for me. Can any one help me in this?