Skip to content

Instantly share code, notes, and snippets.

@Gaia-Murata
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaia-Murata/6174f82014b4ee2bac1c to your computer and use it in GitHub Desktop.
Save Gaia-Murata/6174f82014b4ee2bac1c to your computer and use it in GitHub Desktop.
notMcAnimate.m
POPSpringAnimation *anim =
[POPSpringAnimation animationWithPropertyNamed:kPOPLayerBounds];
anim.toValue = [NSValue valueWithCGRect:CGRectMake(0, 0, 200, 200)];
anim.springSpeed = 5.0f;
anim.springBounciness = 24.0f;
[_sampleView pop_addAnimation:anim forKey:@"size"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment