CATransaction动画反转

[CATransaction begin];

[CATransaction setAnimationDuration:FLIP_ANIMATION_DURATION];

_arrowImage.transform = CATransform3DMakeRotation((M_PI / 180.0) * 180.0f, 0.0f, 0.0f, 1.0f);

[CATransaction commit];

posted @ 2013-07-22 10:20  leevaboo  Views(306)  Comments(0)    收藏  举报