PyQt/动画/README.md
2018-10-28 00:24:47 +08:00

10 lines
No EOL
275 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简单的动画特效
使用QPropertyAnimation属性类动画支持的属性有限
### 常见例子
- [1.1 淡入淡出](淡入淡出.py)<br/>
![截图](ScreenShot/1.gif)
- [1.2 右键菜单动画](右键菜单动画.py)<br/>
![截图](ScreenShot/2.gif)