SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.1k stars 216 forks source link

Animated Image pausable not working #255

Open MatuskaDev opened 1 year ago

MatuskaDev commented 1 year ago

The pausable modifier isn't working. Even if it is set to false, the animation pauses and doesn't reset to frame 0.

AnimatedImage(name: "animated-logo.gif", isAnimating: $model.isLoading)
 .pausable(false)