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

# CIPageCurlWithShadowTransition

The properties you use to configure a page-curl-with-shadow transition filter.

```
protocol CIPageCurlWithShadowTransition : CITransitionFilter
```

## Topics

### Instance Properties

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

The angle of the curling page.

[`backsideImage`](/documentation/CoreImage/CIPageCurlWithShadowTransition/backsideImage)

The image that appears on the back of the source image as the page curls to reveal the target image.

[`extent`](/documentation/CoreImage/CIPageCurlWithShadowTransition/extent)

The extent of the effect.

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

The radius of the curl.

[`shadowAmount`](/documentation/CoreImage/CIPageCurlWithShadowTransition/shadowAmount)

The strength of the shadow.

[`shadowExtent`](/documentation/CoreImage/CIPageCurlWithShadowTransition/shadowExtent)

The rectagular portion of input image that casts a shadow.

[`shadowSize`](/documentation/CoreImage/CIPageCurlWithShadowTransition/shadowSize)

The maximum size, in pixels, of the shadow.

## See Also

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

Simulates the curl of a page, revealing the target image with added shadow.



---

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)