quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #122 Animating with POP

Animating with POP - NSScreencast

Spring(バネ)の効果をアニメーションに付加する

  • framework pop
    • animation
    • facebook
    • extracted out from Paper
  • POPSpringAnimation
    • anim.springBounciness = 20;
    • anim.springSpeed = 1;
  • POPDecayAnimation
    • anim.deceleration = 0.998;
    • anim.velocity
    • decay 減衰
  • conflict
    • jerky ぎくしゃくした
    • [self.imageView.layer pop_removeAnimationForKey:@"move"];
  • add animation to confirm button
    • [self.layer pop_addAnimation:colorAnim forKey:@"color"];
      • colorAnim
      • boundsAnim
      • cornerAnim