We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)