<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CATransitionType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:@T@CATransitionType"
  },
  "title" : "CATransitionType"
}
-->

# CATransitionType

```
struct CATransitionType
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/QuartzCore/CATransitionType/init(rawValue:))

### Type Properties

[`kCATransitionFade`](/documentation/QuartzCore/CATransitionType/fade)

The layer’s content fades as it becomes visible or hidden.

[`kCATransitionMoveIn`](/documentation/QuartzCore/CATransitionType/moveIn)

The layer’s content slides into place over any existing content.

[`kCATransitionPush`](/documentation/QuartzCore/CATransitionType/push)

The layer’s content pushes any existing content as it slides into place.

[`kCATransitionReveal`](/documentation/QuartzCore/CATransitionType/reveal)

The layer’s content is revealed gradually in the direction specified by the transition subtype.

## Relationships

### Conforms To

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

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

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

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

[`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)