---
title: NSWindow.AnimationBehavior.none
framework: appkit
role: symbol
role_heading: Case
path: appkit/nswindow/animationbehavior-swift.enum/none
---

# NSWindow.AnimationBehavior.none

No automatic animation used. This may be useful when you perform your own window animation.

## Declaration

```swift
case none
```

## See Also

### Constants

- [NSWindow.AnimationBehavior.default](appkit/nswindow/animationbehavior-swift.enum/default.md)
- [NSWindow.AnimationBehavior.documentWindow](appkit/nswindow/animationbehavior-swift.enum/documentwindow.md)
- [NSWindow.AnimationBehavior.utilityWindow](appkit/nswindow/animationbehavior-swift.enum/utilitywindow.md)
- [NSWindow.AnimationBehavior.alertPanel](appkit/nswindow/animationbehavior-swift.enum/alertpanel.md)
