logo头像
Snippet 博客主题

NO Title!

  1. 动画分为隐式动画和显示动画

显示动画包括UIKit动画CoreAnimation;
UIkit只是对CornAnimation的封装

1.1 UIKit动画能实现的效果如下:

1
2
3
4
5
6
7
a、大小变化(frame)
b、拉伸变化(bounds)
c、中心位置(center)
d、旋转(transform)
e、透明度(alpha)
f、背景颜色(backgroundColor)
g、拉伸内容(contentStretch)