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

# CIRippleTransition

The properties you use to configure a ripple transition filter.

```
protocol CIRippleTransition : CITransitionFilter
```

## Topics

### Instance Properties

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

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

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

A rectangle that defines the extent of the effect.

[`scale`](/documentation/CoreImage/CIRippleTransition/scale)

A value that determines whether the ripple starts as a bulge (a higher value) or a dimple (a lower value).

[`shadingImage`](/documentation/CoreImage/CIRippleTransition/shadingImage)

An image that looks like a shaded sphere enclosed in a square.

[`width`](/documentation/CoreImage/CIRippleTransition/width)

The width of the ripple.

## See Also

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

Simulates a ripple in a pond to transiton from one image to another.



---

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)