Changeset 4362
- Timestamp:
- Dec 27, 2007, 11:31:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/DragOverlayWindow.m
r4343 r4362 52 52 NSViewAnimationFadeInEffect, NSViewAnimationEffectKey, nil]]]; 53 53 [fFadeInAnimation setDuration: 0.15]; 54 [fFadeInAnimation setAnimationBlockingMode: NSAnimationNonblockingThreaded]; 54 55 55 56 fFadeOutAnimation = [[NSViewAnimation alloc] initWithViewAnimations: [NSArray arrayWithObject: … … 166 167 - (void) fadeOut 167 168 { 168 if ([self alphaValue] <= 0.0)169 return;170 171 169 //stop other animation and set to same progress 172 170 if ([fFadeInAnimation isAnimating])
Note: See TracChangeset
for help on using the changeset viewer.