标题:qml 动画
作者:dyongfly
日期:2016-09-07 00:25
内容:
请教下,如何知道qml的动画已经完成呢。
如:PropertyAnimationa {id: aimation; running: true; target: xxx; property: "opacity"; to: 1.0; duration: 1000; }1秒后这个动画完成,有没有类似于回调函数一样的方法,知道这个动画已经完成了
#1 [lemonzll 09-07 09:20]
你看下Animation的文档,有两个信号started和stopped,关联下就可以
#2 [dyongfly 09-07 12:09]
我就是没找到怎么关联,请指教下,谢谢
#3 [never_forget 09-08 12:57]
like this !
#4 回 never_forget 的帖子 [dyongfly 09-08 22:09]
never_forget:like this !
(2016-09-08 12:57)
nice!!!谢谢