SwiftUI-Shimmer icon indicating copy to clipboard operation
SwiftUI-Shimmer copied to clipboard

Animation sometimes stops after one iteration.

Open drewmccormack opened this issue 1 year ago • 1 comments

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?

drewmccormack avatar Jan 23 '24 10:01 drewmccormack

Strange! Could you provide some code that illustrates the issue?

markiv avatar Feb 02 '24 19:02 markiv