Hi,
I have behavior on a property in qml and i want to do a stuff after the animation is done (is finished).
I have used Behaviour with states.
Behavior on height {
SmoothedAnimation{
duration: 250;
}
}
How can i do that?
↧