Skip to content

Commit

Permalink
Disable animations
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Feb 18, 2023
1 parent 71c9a17 commit 1e3098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NukeUI/LazyImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public struct LazyImage<Content: View>: View {

// Options
private var makeContent: ((LazyImageState) -> Content)?
private var animation: Animation? = .default
private var animation: Animation?
private var processors: [any ImageProcessing]?
private var priority: ImageRequest.Priority?
private var pipeline: ImagePipeline = .shared
Expand Down

0 comments on commit 1e3098a

Please sign in to comment.