以前的向上移动动画

来源:互联网 发布:java数组定义和初始化 编辑:程序博客网 时间:2024/05/23 10:35

// CABasicAnimation *anim = [CABasicAnimation animationWithKeyPath: @”position”];
// anim.duration = 0.5;
// anim.fromValue = [NSValue valueWithCGPoint:CGPointMake(self.teamLabel.x, self.teamLabel.y + 15)];
// anim.toValue = [NSValue valueWithCGPoint:CGPointMake(self.teamLabel.x, self.teamLabel.y)];
// anim.delegate = self;
// anim.removedOnCompletion = NO;
// anim.fillMode = kCAFillModeForwards;

0 0
原创粉丝点击