How to stop QPropertyAnimation if it is not finished yet.
-
wrote on 23 May 2017, 22:49 last edited by
How to stop QPropertyAnimation or QParalelAnimation. I have animations groups sequences, how to stop first animation when started second one.
-
How to stop QPropertyAnimation or QParalelAnimation. I have animations groups sequences, how to stop first animation when started second one.
-
wrote on 24 May 2017, 09:31 last edited by
Use,
animation->stop()
3/3