Hii everyone
I want when I click on the Button, rotate the image,
Ok for the first time, but after it doesn't rotate
I want repeate rotation many times when I click on the button
Button {
...
Image{
id : background
source : "../background.jpg"
RotationAnimation onRotation {
from : 0
to : 360
duration : 300
running : root.running
}
}
Button {
...
Image{
id : background
source : "../background.jpg"
RotationAnimation onRotation {
from : 0
to : 360
duration : 300
running : root.running
}
}
To copy to clipboard, switch view to plain text mode
Bookmarks