We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3aa422 + da581c3 commit 0226e21Copy full SHA for 0226e21
Sources/Shimmer/Shimmer.swift
@@ -94,7 +94,6 @@ public struct Shimmer: ViewModifier {
94
95
public func body(content: Content) -> some View {
96
applyingGradient(to: content)
97
- .mask(LinearGradient(gradient: gradient, startPoint: startPoint, endPoint: endPoint))
98
.animation(animation, value: isInitialState)
99
.onAppear {
100
// Delay the animation until the initial layout is established
0 commit comments