Skip to content

Commit eaf45af

Browse files
authored
Update grid animation with trackSizes
1 parent 543a28b commit eaf45af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/View/Grid.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public struct Grid: View, LayoutArranging, LayoutPositioning {
117117
.alignmentGuide(.top, computeValue: { _ in self.topGuide(item: item) })
118118
}
119119
}
120-
.animation(self.gridAnimation)
120+
.animation(self.gridAnimation, value: self.trackSizes)
121121
.frame(
122122
flow: self.flow,
123123
size: mainGeometry.size,

0 commit comments

Comments
 (0)