iOS development--Animation Programming Swift Chapter & (Fri) cakeyframeanimation

Source: Internet
Author: User

Cakeyframeanimation

1     //cakeyframeanimation-Key pin animation2 @IBAction func cakfly ()3     {4Let animation = Cakeyframeanimation (keypath:"position")5         6         //Set 5 location points7Let P1 = Cgpointmake (0.0,0.0)8Let P2 = Cgpointmake ( the,0.0)9Let P3 = Cgpointmake (0,460.0)TenLet P4 = Cgpointmake (320.0,460.0) OneLet P5 = Cgpointmake (160.0,200.0) A          -         //Assign Value -Animation.values =[Nsvalue (CGPOINT:P1), Nsvalue (CGPOINT:P2), Nsvalue (CGPOINT:P3), Nsvalue (CGPOINT:P4), Nsvalue (CGPOINT:P5)] the          -          -         //percentage of time per action -Animation.keytimes = [NSNumber (float:0.0), NSNumber (float:0.4), NSNumber (float:0.6), NSNumber (float:0.8), NSNumber (float:1.0)] +        -Animation.Delegate= Self +Animation.duration =5.0 A          atSelf.testImageView.layer.addAnimation (animation, Forkey:"Image-fly") -     } -      -     //Animation Agent -     OverrideFunc Animationdidstart (anim:caanimation!) -     { in         //Animation Start -     } to      +    OverrideFunc Animationdidstop (anim:caanimation!, finished Flag:bool) -     { the         //End of animation *}

iOS development--Animation Programming Swift Chapter & (Fri) cakeyframeanimation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.