Hi,
Could someone show me how to do shake animation?
It is used when user type in wrong password, the text will move left and right, shake head.
I used this code, but it is from 0 to 20, and jumps back to 0 to 20 again.
NumberAnimation on x {
id: animationShake
loops: 5
from: 0
to: 20
}
Thanks
↧








