标签:style http color io 使用 ar strong sp 2014
AnimationController:
一般的动画是使用定时器来完成的,但是AnimationController允许给定的动画,手动控制,可以通过控制她的progress属性来操作动画的进度。
completeToBeginning(),回到动画的初始状态,按照当前的动画进度,逆向回到动画的初始状态
completeToEnd(),正向的播放动画,按照当前的动画进度,正向的播放到动画的最后状态。
Reload(),重新加载动画属性
属性:animation
当前可控制动画的动画,比如NumberAnimation等继承自Animation
的动画。
属性progress:控制当前动画的播放进度。
测试代码:
查看更多关于 qml
http://www.seanyxie.com/qml%E5%8A%A8%E7%94%BB%E6%8E%A7%E5%88%B6%E5%99%A8animationcontroller/
标签:style http color io 使用 ar strong sp 2014
原文地址:http://blog.csdn.net/seanyxie/article/details/39701263