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

# CIDisintegrateWithMaskTransition

The properties you use to configure a disintegrate-with-mask transition filter.

```
protocol CIDisintegrateWithMaskTransition : CITransitionFilter
```

## Topics

### Instance Properties

[`maskImage`](/documentation/CoreImage/CIDisintegrateWithMaskTransition/maskImage)

An image that defines the shape to use when disintegrating from the source to the target image.

[`shadowDensity`](/documentation/CoreImage/CIDisintegrateWithMaskTransition/shadowDensity)

The density of the shadow the mask creates.

[`shadowOffset`](/documentation/CoreImage/CIDisintegrateWithMaskTransition/shadowOffset)

The offset of the shadow the mask creates.

[`shadowRadius`](/documentation/CoreImage/CIDisintegrateWithMaskTransition/shadowRadius)

The radius of the shadow the mask creates.

## See Also

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

Transitions between two images using a mask image.



---

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)