markiv / SwiftUI-Shimmer

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.
MIT License
1.04k stars 60 forks source link

Effect is not working with refreshable modifier #10

Closed 0xifarouk closed 1 year ago

0xifarouk commented 1 year ago

Hi there,

I noticed that when a refreshable modifier is used, the shimmer effect no longer works:

No Shimmer

0xifarouk commented 1 year ago

It was because all placeholder items were inside a Group!