Skip to content

Commit

Permalink
Remove commented out implicit animations
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Jun 9, 2021
1 parent cf8b570 commit cb27916
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ struct PlaceholderExampleView: View {
.background(Color.secondary.opacity(0.25))
.clipShape(RoundedRectangle(cornerRadius: 8))
}
// .animation(.default)
.navigationTitle("Placeholders and fallbacks")
}

Expand Down
1 change: 0 additions & 1 deletion Examples/NetworkImageDemo/Shared/SimpleExampleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ struct SimpleExampleView: View {
.frame(width: 200, height: 200)
.clipShape(RoundedRectangle(cornerRadius: 8))
}
// .animation(.default)
.navigationTitle("Displaying Network Images")
}

Expand Down
1 change: 0 additions & 1 deletion Examples/NetworkImageDemo/Shared/StyleExampleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ struct StyleExampleView: View {
.frame(width: 200, height: 200)
.clipShape(RoundedRectangle(cornerRadius: 8))
}
// .animation(.default)
.networkImageStyle(GrayscaleNetworkImageStyle())
.navigationTitle("Styling Network Images")
}
Expand Down

0 comments on commit cb27916

Please sign in to comment.