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

# CISwipeTransition

The properties you use to configure a swipe transition filter.

```
protocol CISwipeTransition : CITransitionFilter
```

## Topics

### Instance Properties

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

The angle of the swipe.

[`color`](/documentation/CoreImage/CISwipeTransition/color)

The color of the swipe.

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

The extent of the effect.

[`opacity`](/documentation/CoreImage/CISwipeTransition/opacity)

The opacity of the swipe.

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

The width of the swipe.

## See Also

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

Gradually transitions from one image to another with a swiping motion.



---

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)