<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIModTransition",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIModTransition"
  },
  "title" : "CIModTransition"
}
-->

# CIModTransition

The properties you use to configure a mod transition filter.

```
protocol CIModTransition : CITransitionFilter
```

## Topics

### Instance Properties

[`angle`](/documentation/CoreImage/CIModTransition/angle)

The angle of the mod hole pattern.

[`center`](/documentation/CoreImage/CIModTransition/center)

The x and y position to use as the center of the effect.

[`compression`](/documentation/CoreImage/CIModTransition/compression)

The amount of stretching applied to the mod hole pattern.

[`radius`](/documentation/CoreImage/CIModTransition/radius)

The radius of the undistorted mod holes in the pattern.

## See Also

[`modTransition()`](/documentation/CoreImage/CIFilter-swift.class/modTransition())

Transitions between two images by applying irregularly shaped holes.



---

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)