日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

animationWithKeyPath

系統 2358 0

CABasicAnimation animationWithKeyPath Types

When using the ‘CABasicAnimation’ from the QuartzCore Framework in Objective-C, you have to specify an animationWithKeyPath.? This is a long string and is not easily listed in the CABasicAnimation, CAPropertyAnimation, or the CAAnimation class.? I ended up finding a handy chart within the Core Animation Programming guide in Apple’s iPhone OS Reference Library.? Hope this helps save someone time, at least it will for me.

animationWithKeyPath types

      //The following code moves a view up 60 pixels and stops.

CABasicAnimation *theAnimation;
theAnimation=[CABasicAnimation animationWithKeyPath:@"transform.translation.y"];
theAnimation.delegate = self;
theAnimation.duration = 1;
theAnimation.repeatCount = 0;
theAnimation.removedOnCompletion = FALSE;
theAnimation.fillMode = kCAFillModeForwards;
theAnimation.autoreverses = NO;
theAnimation.fromValue = [NSNumber numberWithFloat:0];
theAnimation.toValue = [NSNumber numberWithFloat:-60];

[self.view.layer addAnimation:theAnimation forKey:@"animateLayer"];

    

animationWithKeyPath


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 天峻县| 丹凤县| 大足县| 威信县| 柳林县| 弋阳县| 桂林市| 奉节县| 阳原县| 龙南县| 高青县| 乐安县| 陆丰市| 益阳市| 内乡县| 财经| 深水埗区| 民和| 呼图壁县| 星座| 盐边县| 大港区| 海宁市| 屏东市| 高淳县| 建水县| 长垣县| 内江市| 齐河县| 建水县| 浙江省| 昌平区| 苏尼特左旗| 克山县| 肃南| 随州市| 大足县| 孝昌县| 平遥县| 蚌埠市| 河间市|