Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Add missing NSAnimationContext.AllowsImplicitAnimation property
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Jun 19, 2013
1 parent ff4e6d9 commit 7bc44a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ public partial interface NSAnimationContext {
void RunAnimation (Action<NSAnimationContext> changes, NSAction completionHandler);

[Lion, Export ("timingFunction")]
CAMediaTimingFunction TimingFunction { get; set; }
CAMediaTimingFunction TimingFunction { get; set; }

[MountainLion, Export ("allowsImplicitAnimation")]
bool AllowsImplicitAnimation { get; set; }
}

[BaseType (typeof (NSObject), Delegates=new string [] { "Delegate" }, Events=new Type [] { typeof (NSAlertDelegate)})]
Expand Down

0 comments on commit 7bc44a6

Please sign in to comment.