ios animation with swift
play

iOS Animation with Swift Part 5: Keyframe Animations Keyframe - PowerPoint PPT Presentation

iOS Animation with Swift Part 5: Keyframe Animations Keyframe Animations Keyframe Animations 25% 25% 50% 10% start time end time total duration KeyFrame Animation APIs UIView.animateKeyframesWithDuration(1.5, delay: 0.0, options: nil,


  1. iOS Animation with Swift Part 5: Keyframe Animations

  2. Keyframe Animations

  3. Keyframe Animations 25% 25% 50% 10% start time end time total duration

  4. KeyFrame Animation APIs UIView.animateKeyframesWithDuration(1.5, delay: 0.0, options: nil, animations: { UIView.addKeyframeWithRelativeStartTime(0.0, relativeDuration: 0.25) { self.planeImage.center = CGPoint(x: 100, y: 100) } UIView.addKeyframeWithRelativeStartTime(0.25, relativeDuration: 0.25) { self.planeImage.center = CGPoint(x: 200, y: 50) } // ...more keyframes... }, completion:nil)

  5. Demo: Keyframe Animation

  6. Challenge Time! Boarding

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend