SwiftUI Shimmer Versions Save

Shimmer is a super-light modifier that adds a shimmering effect to any SwiftUI View, for example, to show that an operation is in progress. It works well on light and dark modes, and across iOS, macOS, tvOS, watchOS and visionOS.

1.4.0

8 months ago

The shimmer animation no longer worked on the iOS 17 betas. This release uses a different approach, by animating the gradient's start and end points (instead of stop locations as before). Additionally, the gradient and "band size" are now customisable.

Full Changelog: https://github.com/markiv/SwiftUI-Shimmer/compare/1.3.0...1.4.0