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.
1 parent 5938dd0 commit 119eddcCopy full SHA for 119eddc
README.md
@@ -208,7 +208,7 @@ var body: some View {
208
.playbackRate(2.0) // Playback speed rate
209
210
// Bundle (not Asset Catalog)
211
- AnimatedImage(name: "animation1", isAnimating: $isAnimating)) // Animation control binding
+ AnimatedImage(name: "animation1", isAnimating: $isAnimating) // Animation control binding
212
.maxBufferSize(.max)
213
.onViewUpdate { view, context in // Advanced native view coordinate
214
// AppKit tooltip for mouse hover
0 commit comments