Skip to content

Instantly share code, notes, and snippets.

@Nub
Created September 9, 2011 03:45
Show Gist options
  • Select an option

  • Save Nub/1205447 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1205447 to your computer and use it in GitHub Desktop.
[NSAnimationContext beginGrouping];
[[NSAnimationContext currentContext] setDuration:0.25];
[[NSAnimationContext currentContext] setTimingFunction:kCAMediaTimingFunctionEaseOut];
[[[popoverWindow contentView] animator] setAlphaValue:1.0];
[[popoverWindow animator] setAlphaValue:1.0];
[[popoverWindow animator] setFrame:newFrame display:YES];
[NSAnimationContext endGrouping];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment