a little longer fade transition

This commit is contained in:
Mitchell Livingston 2007-05-21 23:58:19 +00:00
parent 0d26587e48
commit 95f5f6a0bd
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@
NSViewAnimationFadeInEffect, NSViewAnimationEffectKey, nil],
[NSDictionary dictionaryWithObjectsAndKeys: window, NSViewAnimationTargetKey,
[NSValue valueWithRect: frame], NSViewAnimationEndFrameKey, nil], nil]] autorelease];
[fadeInAnimation setDuration: 0.08];
[fadeInAnimation setDuration: 0.1];
[fadeInAnimation setAnimationBlockingMode: NSAnimationNonblocking];
[fadeInAnimation startAnimation];
}