<!--
{
  "documentType" : "article",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/common-transition-subtypes",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Common Transition Subtypes"
}
-->

# Common Transition Subtypes

These constants specify the direction of motion-based transitions. They are used with the [`subtype`](/documentation/QuartzCore/CATransition/subtype) property.

## Topics

### Constants

[`kCATransitionFromRight`](/documentation/QuartzCore/CATransitionSubtype/fromRight)

The transition begins at the right side of the layer.

[`kCATransitionFromLeft`](/documentation/QuartzCore/CATransitionSubtype/fromLeft)

The transition begins at the left side of the layer.

[`kCATransitionFromTop`](/documentation/QuartzCore/CATransitionSubtype/fromTop)

The transition begins at the top of the layer.

[`kCATransitionFromBottom`](/documentation/QuartzCore/CATransitionSubtype/fromBottom)

The transition begins at the bottom of the layer.



---

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)