Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Do stuff after behavior with animation is finished in qml

$
0
0
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?

Viewing all articles
Browse latest Browse all 13965

Trending Articles