Skip to content

Commit

Permalink
Update grid animation with trackSizes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz authored Apr 26, 2023
1 parent 543a28b commit eaf45af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/View/Grid.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public struct Grid: View, LayoutArranging, LayoutPositioning {
.alignmentGuide(.top, computeValue: { _ in self.topGuide(item: item) })
}
}
.animation(self.gridAnimation)
.animation(self.gridAnimation, value: self.trackSizes)
.frame(
flow: self.flow,
size: mainGeometry.size,
Expand Down

0 comments on commit eaf45af

Please sign in to comment.