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

# CIBarsSwipeTransition

The properties you use to configure a bars swipe transition filter.

```
protocol CIBarsSwipeTransition : CITransitionFilter
```

## Topics

### Instance Properties

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

The angle, in radians, of the bars.

[`barOffset`](/documentation/CoreImage/CIBarsSwipeTransition/barOffset)

The offset of one bar with respect to another.

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

The width of each bar.

## See Also

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

Transitions between two images by removing rectangular portions of an 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)