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

Recommend


More recommend