<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIView/AnimationTransition",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIViewAnimationTransition"
  },
  "title" : "UIView.AnimationTransition"
}
-->

# UIView.AnimationTransition

Animation transition options for use in an animation block object.

```
enum AnimationTransition
```

## Topics

### Constants

[`UIViewAnimationTransitionNone`](/documentation/UIKit/UIView/AnimationTransition/none)

The option for indicating that no transition is specified.

[`UIViewAnimationTransitionFlipFromLeft`](/documentation/UIKit/UIView/AnimationTransition/flipFromLeft)

A transition that flips a view around a vertical axis from left to right. The left side of the view moves towards the front and right side towards the back.

[`UIViewAnimationTransitionFlipFromRight`](/documentation/UIKit/UIView/AnimationTransition/flipFromRight)

A transition that flips a view around a vertical axis from right to left. The right side of the view moves towards the front and left side towards the back.

[`UIViewAnimationTransitionCurlUp`](/documentation/UIKit/UIView/AnimationTransition/curlUp)

A transition that curls a view up from the bottom.

[`UIViewAnimationTransitionCurlDown`](/documentation/UIKit/UIView/AnimationTransition/curlDown)

A transition that curls a view down from the top.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)