SwiftUI-Shimmer
SwiftUI-Shimmer copied to clipboard
Animation sometimes stops after one iteration.
I have no idea why, but the shimmer animation often stops for me after a single pass. This is using the default .shimmering() modifier, so it should repeat forever.
Oddly, sometimes it does seem to work properly. It may have to do with refreshes of the view somehow interrupting the animation.
Any thoughts as to what might cause the animation to stop?
Strange! Could you provide some code that illustrates the issue?