Key frame Animation

    利用 CoreAnimation 实现物体的各种运动效果。即定好起点和终点,物体在这个移动过程中,按照某个线性或者非线性的速度来进行移动。这份代码支持的移动模式包括:

     ? Linear

     ? Quadratic

     ? Cubic

     ? Quartic

     ? Quintic

     ? Sine

     ? Circular

     ? Expo

     ? Elastic

     ? Back

     ? Bounce

    Code4App编译测试,测试环境:Xcode 4.3, iOS 5.0。
  • ios Key frame Animation

转载:http://www.adobex.com/ios/source/details/00000121.htm

你可能感兴趣的:(animation,key,frame)